From 39736dc7737bc9ab2d5a8703a7fe2272a5d8823a Mon Sep 17 00:00:00 2001 From: atse Date: Wed, 3 Jul 2024 12:07:22 +0800 Subject: [PATCH] README: Update instruction on finding Rust version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1817f89..9356a7e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ cargo build --release The resulting ELF file will be located under `target/thumbv7em-none-eabihf/release/thermostat`. -Alternatively, you can install the Rust toolchain without Nix using rustup; see the Rust manifest file pulled in `flake.nix` to determine which Rust version to use. +Alternatively, you can install the Rust toolchain without Nix using rustup; see the `rust` variable in `flake.nix` to determine which Rust version to use. ## Debugging