Skip to content

Commit

Permalink
Problem: README suggests wrong path for installed toolchain
Browse files Browse the repository at this point in the history
Solution: Update documentation to show the path the script actually uses
  • Loading branch information
thombles committed Sep 19, 2019
1 parent 10d28ec commit 22d33bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ installation script:
```

This will:
1. Install the toolchain in `~/.rust-ios-arm64/toolchain`
1. Install the toolchain in `~/.rust-ios-arm64/toolchain-YYYY-MM-DD`
2. Configure `rustup` with a custom toolchain under the name `ios-arm64`.

You can also install and add the toolchain yourself if you don't like these
Expand All @@ -48,8 +48,8 @@ defaults.
repositories under `build/` and compile them. The toolchain will end up
at `build/rust-build/build/x86_64-apple-darwin/stage2`.
5. Run `./install.sh`. This will install the toolchain in
`~/.rust-ios-arm64/toolchain` and add it to rustup, the same as for
pre-compiled releases.
`~/.rust-ios-arm64/toolchain-YYYY-MM-DD` and add it to rustup, the same as
for pre-compiled releases.

## Using the toolchain

Expand Down

0 comments on commit 22d33bf

Please sign in to comment.