Skip to content

Commit

Permalink
Adds --install step before verification in the documentation (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: Mayank Mittal <[email protected]>
  • Loading branch information
rpapallas and Mayankm96 committed Sep 26, 2023
1 parent 00af35e commit 2851bb3
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 2851bb3

Please sign in to comment.