From 1a9b1397588458ec5a05ef0774934b343311e415 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 30 Aug 2014 16:37:08 +0300 Subject: [PATCH] use/install.rst: remove accidental $s MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit My Vimrc makes Vim show $ where line changes and I had accidentally copy-pasted it to places where it doesn't belong. --- use/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/use/install.rst b/use/install.rst index b18cd2e..2f6080f 100644 --- a/use/install.rst +++ b/use/install.rst @@ -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 -----------------