From 0d9ec72544024836d83c1a3a98e51e272a978204 Mon Sep 17 00:00:00 2001 From: Rafael Papallas <6514550+rpapallas@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:33:56 +0100 Subject: [PATCH] Added --install step before verification (#116) Co-authored-by: Mayank Mittal <12863862+Mayankm96@users.noreply.github.com> --- docs/source/setup/installation.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~