From c9d0ba8328cfb461441e71966e37d9313d514829 Mon Sep 17 00:00:00 2001 From: Adam Macdonald <72780006+twokilohertz@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:25:18 +0000 Subject: [PATCH] Clarify sourcing environment variables in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e01527e..61281e0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This firmware, written in Rust using embedded-hal ([rp235x-hal](https://crates.i This build system assumes the environment variables: `PICO_BOARD`, `PICO_PLATFORM` & `PICO_SDK_PATH` are set. `picotool` should also be available in the `PATH`. -The [env-vars.sh](./scripts/env-vars.sh) script sets these values to `pico2_w`, `rp2350-arm-s` and my personal Pico SDK path, respectively. +The [env-vars.sh](./scripts/env-vars.sh) script sets these values to `pico2_w`, `rp2350-arm-s` and my personal Pico SDK path, respectively. The environment variable definitions in this file can be set with `source ./scripts/env-vars.sh`. ### Compiling & running