Skip to content

Commit

Permalink
Fix setup instructions in readme (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc authored Jun 15, 2023
1 parent 03df3f3 commit 9a7c4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Clone the repo:

Install the required tools with `make setup` or the following commands:

$ curl https://sh.rustup.rs -sSf | sh -- --default-toolchain none
$ curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
$ rustup show
$ cargo install bootimage

Expand Down

0 comments on commit 9a7c4e6

Please sign in to comment.