From 2aeed678c93fddf7b8282f4fcdbd4ba376b877d2 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Thu, 21 Mar 2024 17:37:34 +0000 Subject: [PATCH] fix --- release/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/README.md b/release/README.md index 5ffcf3e63a..b70795ccc1 100644 --- a/release/README.md +++ b/release/README.md @@ -6,7 +6,7 @@ - `channel` - a named version of openpilot (git branch, casync caidx) which receives updates - `build` - a release which is already built for the comma 3/3x and contains only required files for running openpilot and identifying the release -- `build_style` - style of buildor `release` (nightly, staging, release, RELEASE=1) +- `build_style` - type of build, either `debug` or `release` - `debug` - build with `ALLOW_DEBUG=true`, can test experimental features like longitudinal on alpha cars - `release` - build with `ALLOW_DEBUG=false`, experimental features disabled