mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
Change downloads to HTTPS
This commit is contained in:
parent
5ff469fe9c
commit
cce8d582d6
14
README.md
14
README.md
@ -10,19 +10,19 @@ however, will run regardless of this fact!
|
||||
|
||||
```sh
|
||||
triple=x86_64-unknown-linux-gnu
|
||||
curl -O http://static.rust-lang.org/cargo-dist/cargo-nightly-$triple.tar.gz
|
||||
curl -O https://static.rust-lang.org/cargo-dist/cargo-nightly-$triple.tar.gz
|
||||
tar xf cargo-nightly-$triple.tar.gz
|
||||
./cargo-nightly-$triple/install.sh
|
||||
```
|
||||
|
||||
Nightlies are available for the following triples:
|
||||
|
||||
* [`x86_64-unknown-linux-gnu`](http://static.rust-lang.org/cargo-dist/cargo-nightly-x86_64-unknown-linux-gnu.tar.gz)
|
||||
* [`i686-unknown-linux-gnu`](http://static.rust-lang.org/cargo-dist/cargo-nightly-i686-unknown-linux-gnu.tar.gz)
|
||||
* [`x86_64-apple-darwin`](http://static.rust-lang.org/cargo-dist/cargo-nightly-x86_64-apple-darwin.tar.gz)
|
||||
* [`i686-apple-darwin`](http://static.rust-lang.org/cargo-dist/cargo-nightly-i686-apple-darwin.tar.gz)
|
||||
* [`x86_64-w64-mingw32`](http://static.rust-lang.org/cargo-dist/cargo-nightly-x86_64-w64-mingw32.tar.gz)
|
||||
* [`i686-w64-mingw32`](http://static.rust-lang.org/cargo-dist/cargo-nightly-i686-w64-mingw32.tar.gz)
|
||||
* [`x86_64-unknown-linux-gnu`](https://static.rust-lang.org/cargo-dist/cargo-nightly-x86_64-unknown-linux-gnu.tar.gz)
|
||||
* [`i686-unknown-linux-gnu`](https://static.rust-lang.org/cargo-dist/cargo-nightly-i686-unknown-linux-gnu.tar.gz)
|
||||
* [`x86_64-apple-darwin`](https://static.rust-lang.org/cargo-dist/cargo-nightly-x86_64-apple-darwin.tar.gz)
|
||||
* [`i686-apple-darwin`](https://static.rust-lang.org/cargo-dist/cargo-nightly-i686-apple-darwin.tar.gz)
|
||||
* [`x86_64-w64-mingw32`](https://static.rust-lang.org/cargo-dist/cargo-nightly-x86_64-w64-mingw32.tar.gz)
|
||||
* [`i686-w64-mingw32`](https://static.rust-lang.org/cargo-dist/cargo-nightly-i686-w64-mingw32.tar.gz)
|
||||
|
||||
Note that if you're using the windows snapshot you will need Mingw-w64 installed
|
||||
as well as MSYS. The installation script needs to be run inside the MSYS shell.
|
||||
|
Loading…
x
Reference in New Issue
Block a user