diff --git a/docs/source/setup/installation.rst b/docs/source/setup/installation.rst index 5759dab8e8..8c36bd1e4c 100644 --- a/docs/source/setup/installation.rst +++ b/docs/source/setup/installation.rst @@ -176,8 +176,17 @@ running the following on your terminal: # note: execute the command from where the `orbit.sh` executable exists # option1: for bash users echo -e "alias orbit=$(pwd)/orbit.sh" >> ${HOME}/.bashrc + source ${HOME}/.bashrc + # option2: for zshell users echo -e "alias orbit=$(pwd)/orbit.sh" >> ${HOME}/.zshrc + source ${HOME}/.zshrc + +To finalize the installation, please run: + +.. code:: bash + + orbit --install Setting up the environment ~~~~~~~~~~~~~~~~~~~~~~~~~~