README: Update instruction on finding Rust version

This commit is contained in:
atse 2024-07-03 12:07:22 +08:00
parent 44e9130010
commit 52c58c791b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ cargo build --release
The resulting ELF file will be located under `target/thumbv7em-none-eabihf/release/thermostat`. 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` binding in `flake.nix` to determine which Rust version to use.
## Debugging ## Debugging