summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst
index 1a2791c85..13b68ad70 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -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::