fix previous commit

This commit is contained in:
nyuszika7h 2014-05-01 12:17:28 +03:00 committed by Mikaela Suomalainen
parent bb0511470c
commit df65152ba8

View File

@ -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. 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 source ~/.bashrc
``` ```