Skip to content

Commit

Permalink
add rustup update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntabrizi committed Sep 1, 2024
1 parent 8e2e99e commit a3e0879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions steps/1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ cargo +nightly clippy
cargo test
```

In general, you should make sure your rust compiler is up to date with `rustup update`.

It may take a while for this to complete based on how powerful your computer is.

Feel free to move onto the next steps while these checks are compiling.
Expand Down
2 changes: 2 additions & 0 deletions steps/2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This is the starting template for: https://github.com/shawntabrizi/substrate-col

Follow [these installation instructions](https://docs.substrate.io/install/) to set up your development environment to work with the `polkadot-sdk`.

If you have already set up your computer for the `polkadot-sdk`, you should make sure your rust compiler is up to date with `rustup update`.

### test

To check that your code compiles successfully at each step, you can run:
Expand Down

0 comments on commit a3e0879

Please sign in to comment.