Skip to content

Commit

Permalink
Update README.md (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharkunas authored Sep 28, 2022
1 parent 895476e commit 78a9e9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ The rustup-installed versions of `cargo`, `rustc` and other tools will
toolchain][rust-toolchain-precedence] when invoked from the Sapphire ParaTime
git checkout directory.

If rust toolchain is not installed on your device, you can install it like this:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
```
To install the appropriate version of the Rust toolchain, make sure you are
in an Sapphire ParaTime git checkout directory and run:
Expand Down

0 comments on commit 78a9e9c

Please sign in to comment.