diff --git a/INSTALL.md b/INSTALL.md index 9efe827e0..05d1b760d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -104,7 +104,8 @@ Run the following command to fix your PATH. We presume that you use bash and if you don't, you most probably know how to do this with other shell. ``` -echo "PATH=$HOME/.local/bin:$PATH" >> ~/.bashrc && source ~/.bashrc +echo '"PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc +source ~/.bashrc ``` # Upgrading