The Rust installer requires bash anyway

pull/5/head
Frank Denis 5 years ago
parent f5af6d6033
commit 33f69e081d

@ -36,7 +36,7 @@ The proxy uses recent features of the Rust compiler, and currently requires rust
Rust can installed with: Rust can installed with:
```sh ```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: Once rust is installed, the proxy can be compiled and installed as follows:

Loading…
Cancel
Save