Skip to content
Snippets Groups Projects
Commit 0cb0be7a authored by James Ennis's avatar James Ennis Committed by Javier Jardón
Browse files

install.rst: Change ~ for $HOME just incase it expands to characters bash does not like

parent 1e2100d9
Branches
Tags
Loading
Pipeline #
......@@ -122,7 +122,7 @@ you need to ensure that ``PATH`` is adjusted.
A regular way to do this is to add the following line to the end of your ``~/.bashrc``::
export PATH=${PATH}:~/.local/bin
export PATH="${PATH}:${HOME}/.local/bin"
.. note::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment