From cce8d582d6471357bb4d010daa33883b17a5ade3 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 18 Sep 2014 19:16:19 -0700 Subject: [PATCH] Change downloads to HTTPS --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0a3ac3c74..688b1998c 100644 --- a/README.md +++ b/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.