Skip to content

Commit 22d33bf

Browse files
committed
Problem: README suggests wrong path for installed toolchain
Solution: Update documentation to show the path the script actually uses
1 parent 10d28ec commit 22d33bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ installation script:
3232
```
3333

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

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

5454
## Using the toolchain
5555

0 commit comments

Comments
 (0)