From 854e37452caf4b4bf9d4718ad6bbc6395f78e708 Mon Sep 17 00:00:00 2001 From: Tyler Porter Date: Mon, 4 Nov 2024 11:41:11 -0500 Subject: [PATCH] Update README driver text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1138fff..26a8a7a4 100755 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Additional flags are available for customizing your install: -v, --no-venv Do not create a virtual environment for the dependencies. -e, --emulator-only Do not install dependencies under sudo. Skips building matrix dependencies (equivalent to -m) --d, --driver Specify a branch name or commit SHA for the rpi-rgb-led-matrix library. (Defaults to "$DRIVER") +-d, --driver Specify a branch name or commit SHA for the rpi-rgb-led-matrix library. (Optional. Defaults may change.) -h, --help Display this help message ```