From bb0511470c43adb4cd43696db01b22c727c2cf8c Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Thu, 1 May 2014 12:12:27 +0300 Subject: [PATCH] fix 0dae4d7d393510081c928f6c9dc3d08de7084396 --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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