From 41c332121633f10781d506a0e344346187400c33 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Mon, 18 Mar 2024 22:34:44 +0000 Subject: [PATCH] divider --- release/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/README.md b/release/README.md index 7b7c31fbd1..4596cd1d0b 100644 --- a/release/README.md +++ b/release/README.md @@ -12,9 +12,9 @@ `create_casync_prebuilt.sh` - creates a `prebuilt` casync openpilot channel, ready to upload to `openpilot-channels` ```bash -# run on a tici, within the directory you want to create the channel from +# run on a tici, within the directory you want to create the channel from. # creates a prebuilt version of openpilot into BUILD_DIR and outputs the caidx -# and other casync files into CASYNC_DIR for uploading to openpilot-channels +# and other casync files into CASYNC_DIR for uploading to openpilot-channels. BUILD_DIR=/data/openpilot_build \ CASYNC_DIR=/data/casync \ OPENPILOT_CHANNEL=nightly \