Skip to content

Commit

Permalink
Added --install step before verification
Browse files Browse the repository at this point in the history
  • Loading branch information
rpapallas committed Sep 11, 2023
1 parent f2d97bd commit 91b5f88
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/setup/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 91b5f88

Please sign in to comment.