diff --git a/doc/src/installation/index.md b/doc/src/installation/index.md index d97dd3f7b0..85116cf3c7 100644 --- a/doc/src/installation/index.md +++ b/doc/src/installation/index.md @@ -49,7 +49,7 @@ installation of `rustup` and then install `nightly` along with `clippy` or `miri`, first install `rustup` without a toolchain: ```console -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y +curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y ``` Next you can install `nightly` allowing `rustup` to downgrade until it finds diff --git a/www/index.html b/www/index.html index ba073b17c0..048be808bf 100644 --- a/www/index.html +++ b/www/index.html @@ -28,7 +28,7 @@
Run the following in your terminal, then follow the onscreen instructions.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh+
curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs | sh