From 74547969b8dffc7bfbea3488cdb6076d5f899f08 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Tue, 2 Apr 2024 22:52:10 +0000 Subject: [PATCH] update readme --- release/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/README.md b/release/README.md index 203c2f7e70..7a4b2cde3e 100644 --- a/release/README.md +++ b/release/README.md @@ -29,7 +29,7 @@ ```bash # run on a tici, within the directory you want to create the build from. # creates a prebuilt version of openpilot into BUILD_DIR and outputs the caibx -# and other casync files into CASYNC_DIR for uploading to openpilot-releases. +# of a tarball containing the full prebuilt openpilot release BUILD_DIR=/data/openpilot_build \ CASYNC_DIR=/data/casync \ OPENPILOT_CHANNEL=nightly \