README: Update instruction on finding Rust version #112

Open
atse wants to merge 1 commits from atse/thermostat:readme-rust into master
Contributor

Tiny docs update that follows up #110.

Tiny docs update that follows up #110.
atse added 1 commit 2024-08-06 10:43:36 +08:00
sb10q reviewed 2024-08-06 10:46:53 +08:00
README.md Outdated
@ -24,3 +24,3 @@
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.
Owner

binding?

binding?
Author
Contributor

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.
Author
Contributor

Corrected with the latest force-push.

Corrected with the latest force-push.
atse marked this conversation as resolved
atse force-pushed readme-rust from 52c58c791b to 39736dc773 2024-08-06 10:50:27 +08:00 Compare
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b atse-readme-rust master
git pull readme-rust

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff atse-readme-rust
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/thermostat#112
No description provided.