summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2018-03-26 17:31:48 +0100
committerJames Ennis <james.ennis@codethink.com>2018-03-26 17:31:48 +0100
commit3ce92b6bbc9f752897c4a0d01bee9af3ed5c9280 (patch)
treece35be6cde50dc060a7020b07952bd868f254b8f
parentb0e6a45e7d34ef969734bc5c607ce97a229a4f77 (diff)
downloadbuildstream-3ce92b6bbc9f752897c4a0d01bee9af3ed5c9280.tar.gz
install.rst: Inform the user to restart their terminal once their PATH is adjusted
-rw-r--r--doc/source/install.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst
index 921e8ec03..1a2791c85 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -124,6 +124,10 @@ A regular way to do this is to add the following line to the end of your ``~/.ba
export PATH=${PATH}:~/.local/bin
+.. note::
+
+ You will have to restart your terminal in order for these changes to take effect.
+
Bash Completions
~~~~~~~~~~~~~~~~