From aebce1ee1d931d303d8734ea10179d0851306cbc Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 22 Sep 2019 09:39:14 +0200 Subject: [PATCH] Add the source command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ddc689f..1ac5617 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Rust can installed with: ```sh curl -sSf https://sh.rustup.rs | bash -s -- -y --default-toolchain nightly +source $HOME/.cargo/env ``` Once rust is installed, the proxy can be compiled and installed as follows: