summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2018-03-26 17:48:46 +0100
committerJames Ennis <james.ennis@codethink.com>2018-03-26 17:49:03 +0100
commitafe8144cf8c2366e18c1d9aa4e1bb4489ac56060 (patch)
tree471b7ab491cd300c8904e37d357390dc9284337c
parent3ce92b6bbc9f752897c4a0d01bee9af3ed5c9280 (diff)
downloadbuildstream-jennis/correct-installing-documentation.tar.gz
install.rst: Change ~ for $HOME just incase it expands to characters bash does not likejennis/correct-installing-documentation
-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::