Skip to content

Commit ee56fff

Browse files
committed
Sync README
1 parent 3ab630c commit ee56fff

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ OPTIONS:
2424
-i, --host <host> the triples of host platform
2525
-n, --name <name> the name to call the toolchain
2626
-p, --proxy <proxy> the HTTP proxy for all download requests
27-
-s, --server <server> the server path which stores the compilers [default: https://rust-lang-ci2.s3-us-west-1.amazonaws.com]
27+
-s, --server <server> the server path which stores the compilers [default: https://ci-artifacts.rust-lang.org]
2828
-t, --targets <targets>... additional target platforms to install rust-std for, besides the host platform
2929
3030
ARGS:
@@ -47,32 +47,32 @@ Usage
4747
Download a normal toolchain:
4848

4949
```console
50-
$ rustup-toolchain-install-master 10a52c25cad963986cace7a22c167363afca0d74
51-
detecting the channel of the `10a52c25cad963986cace7a22c167363afca0d74` toolchain...
52-
downloading <https://rust-lang-ci2.s3-us-west-1.amazonaws.com/rustc-builds/10a52c25cad963986cace7a22c167363afca0d74/rustc-nightly-x86_64-unknown-linux-gnu.tar.xz>...
53-
56.96 MB / 56.96 MB [=======================================] 100.00 % 10.20 MB/s
54-
downloading <https://rust-lang-ci2.s3-us-west-1.amazonaws.com/rustc-builds/10a52c25cad963986cace7a22c167363afca0d74/rust-std-nightly-x86_64-unknown-linux-gnu.tar.xz>...
55-
17.97 MB / 17.97 MB [=======================================] 100.00 % 9.95 MB/s
56-
toolchain `10a52c25cad963986cace7a22c167363afca0d74` is successfully installed!
50+
$ rustup-toolchain-install-master 4fb54ed484e2239a3e9eff3be17df00d2a162be3
51+
detecting the channel of the `4fb54ed484e2239a3e9eff3be17df00d2a162be3` toolchain...
52+
downloading <https://ci-artifacts.rust-lang.org/rustc-builds/4fb54ed484e2239a3e9eff3be17df00d2a162be3/rustc-nightly-x86_64-unknown-linux-gnu.tar.xz>...
53+
47.39 MB / 47.39 MB [=======================================] 100.00 % 10.20 MB/s
54+
downloading <https://ci-artifacts.rust-lang.org/rustc-builds/4fb54ed484e2239a3e9eff3be17df00d2a162be3/rust-std-nightly-x86_64-unknown-linux-gnu.tar.xz>...
55+
15.91 MB / 15.91 MB [=======================================] 100.00 % 9.95 MB/s
56+
toolchain `4fb54ed484e2239a3e9eff3be17df00d2a162be3` is successfully installed!
5757
```
5858

5959
Use it:
6060

6161
```console
62-
$ rustc +10a52c25cad963986cace7a22c167363afca0d74 -vV
63-
rustc 1.40.0-nightly (10a52c25c 2019-10-24)
62+
$ rustc +4fb54ed484e2239a3e9eff3be17df00d2a162be3 -vV
63+
rustc 1.46.0-nightly (4fb54ed48 2020-06-14)
6464
binary: rustc
65-
commit-hash: 10a52c25cad963986cace7a22c167363afca0d74
66-
commit-date: 2019-10-24
65+
commit-hash: 4fb54ed484e2239a3e9eff3be17df00d2a162be3
66+
commit-date: 2020-06-14
6767
host: x86_64-unknown-linux-gnu
68-
release: 1.40.0-nightly
69-
LLVM version: 9.0
68+
release: 1.46.0-nightly
69+
LLVM version: 10.0
7070
```
7171

7272
Remove it using `rustup`:
7373

7474
```console
75-
$ rustup uninstall 10a52c25cad963986cace7a22c167363afca0d74
76-
info: uninstalling toolchain '10a52c25cad963986cace7a22c167363afca0d74'
77-
info: toolchain '10a52c25cad963986cace7a22c167363afca0d74' uninstalled
75+
$ rustup uninstall 4fb54ed484e2239a3e9eff3be17df00d2a162be3
76+
info: uninstalling toolchain '4fb54ed484e2239a3e9eff3be17df00d2a162be3'
77+
info: toolchain '4fb54ed484e2239a3e9eff3be17df00d2a162be3' uninstalled
7878
```

0 commit comments

Comments
 (0)