Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Update m1_setup.md
Browse files Browse the repository at this point in the history
adding bash and removing indents
  • Loading branch information
torquan committed Nov 23, 2021
1 parent a7794b7 commit 0d41e35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Solana_And_Web3/en/Section_2/Resources/m1_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ For more information refer to [this PR with the original solution](https://githu

If you receive an error that looks like this – `toolchain '1.52.1-aarch64-apple-darwin' is not installed` you can try to reinstall it:

```
rustup toolchain uninstall stable
rustup toolchain install stable
```bash
rustup toolchain uninstall stable
rustup toolchain install stable
```

</details>
Expand Down

0 comments on commit 0d41e35

Please sign in to comment.