Skip to content

Commit

Permalink
reword toolchains instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry S <[email protected]>
  • Loading branch information
dmitris committed Aug 3, 2023
1 parent de58fdc commit 824f34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/aya/crosscompile.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ to add instructions to do that soon (PRs welcome!).
Cross compilation should work on both Intel and Apple Silicon Macs.

1. Install `rustup` following the instructions on <https://rustup.rs/>
1. Install a rust stable and nightly toolchains:
1. Install the stable and nightly rust toolchains:
```bash
rustup install stable
rustup toolchain install nightly --component rust-src
Expand All @@ -26,7 +26,7 @@ brew install llvm

1. Install the musl cross compiler:
```bash
brew install FiloSottile/musl-cross/musl-cross`
brew install FiloSottile/musl-cross/musl-cross
```
See [homebrew-musl-cross](https://github.com/FiloSottile/homebrew-musl-cross)
for platform-specific options.
Expand Down

0 comments on commit 824f34b

Please sign in to comment.