mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-12-24 12:12:37 +01:00
use/install.rst: remove accidental $s
My Vimrc makes Vim show $ where line changes and I had accidentally copy-pasted it to places where it doesn't belong.
This commit is contained in:
parent
acdcb84d0a
commit
1a9b139758
@ -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
|
||||
-----------------
|
||||
|
Loading…
Reference in New Issue
Block a user