README: Update instruction on finding Rust version #112

Open
atse wants to merge 1 commits from atse/thermostat:readme-rust into master
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`.
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.
atse marked this conversation as resolved Outdated
Outdated
Review

binding?

binding?
Outdated
Review

Ah, should be "variable", binding is the act of assigning to one, will change.

Ah, should be "variable", binding is the act of assigning to one, will change.
Outdated
Review

Corrected with the latest force-push.

Corrected with the latest force-push.
## Debugging