From df65152ba82f08600be2c9d0c6d6deaf10bf3700 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Thu, 1 May 2014 12:17:28 +0300 Subject: [PATCH] fix previous commit --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 05d1b760d..711539ca2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -104,7 +104,7 @@ 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 +echo 'PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc source ~/.bashrc ```