Merge pull request #602 from Mkaysi/install

fix 0dae4d7d39
This commit is contained in:
Valentin Lorentz 2014-05-01 11:18:53 +02:00
commit 6248d3a603
1 changed files with 2 additions and 1 deletions

View File

@ -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. 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 # Upgrading