diff options
author | James Ennis <james.ennis@codethink.com> | 2018-03-26 17:31:48 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-03-27 18:05:14 +0000 |
commit | 1e2100d9b18f7697f3b344032d51b3c26da767e0 (patch) | |
tree | 12e9100c1b2e36fff722b7a3b03822514cf7b7fa /doc/source/install.rst | |
parent | be5a8638264dfe6b96eabfc0e0b6582ec7091d6c (diff) | |
download | buildstream-1e2100d9b18f7697f3b344032d51b3c26da767e0.tar.gz |
install.rst: Inform the user to restart their terminal once their PATH is adjusted
Diffstat (limited to 'doc/source/install.rst')
-rw-r--r-- | doc/source/install.rst | 4 |
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 ~~~~~~~~~~~~~~~~ |