From 33f69e081da4b1d885e90b07bc47ad291503fe72 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 22 Sep 2019 09:38:31 +0200 Subject: [PATCH] The Rust installer requires bash anyway --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9230a1..ddc689f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The proxy uses recent features of the Rust compiler, and currently requires rust Rust can installed with: ```sh -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +curl -sSf https://sh.rustup.rs | bash -s -- -y --default-toolchain nightly ``` Once rust is installed, the proxy can be compiled and installed as follows: