From 51d6319f5bc147912ddb945ce32a979eda975371 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Wed, 2 Jun 2021 19:52:17 -0600 Subject: [PATCH] readme: Update note about PATH Use hard line breaks to keep the line under 80 columns. Break it into 2 sentences: one explaining the issue, and the other explaining the fix. Signed-off-by: Tim Crawford --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc54036..846c73e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ Install dependencies using the provided script: ./scripts/deps.sh ``` -The dependencies include `rustup` - if it wasn't installed on your system before and you plan to flash the firmware within the same shell session, you should additionally source the environment variables for cargo to avoid build failures: +If rustup was installed as part of this, then the correct `cargo` will not be +available in the running session. Start a new shell session or source the env +file to update `PATH`. ``` source $HOME/.cargo/env