Merge pull request #25 from Mkaysi/install

use/install.rst: remove accidental $s
This commit is contained in:
Valentin Lorentz 2014-08-30 15:43:58 +02:00
commit 9d9804f50d

View File

@ -114,8 +114,8 @@ You might need to add $HOME/.local/bin to your PATH.::
echo 'PATH="$HOME/.local/bin:$PATH"' >> ~/.$(echo $SHELL|cut -d/ -f3)rc
source ~/.$(echo $SHELL|cut -d/ -f3)rc
If pip gives error immediately instead of doing anything and you have git$
installd, try upgrading pip with ``pip install pip --upgrade --user``.$
If pip gives error immediately instead of doing anything and you have git
installd, try upgrading pip with ``pip install pip --upgrade --user``.
Configure Supybot
-----------------