File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ installation script:
3232```
3333
3434This will:
35- 1 . Install the toolchain in ` ~/.rust-ios-arm64/toolchain `
35+ 1 . Install the toolchain in ` ~/.rust-ios-arm64/toolchain-YYYY-MM-DD `
36362 . Configure ` rustup ` with a custom toolchain under the name ` ios-arm64 ` .
3737
3838You 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 ` .
50505 . 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
You can’t perform that action at this time.
0 commit comments