Skip to content

Commit

Permalink
Add command that adds to path
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Apr 2, 2024
1 parent cfd8d2f commit 39ab4cf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,11 @@ joined_network_instructions() {
fi

echo ""
echo "To easily access commands from ${HOME}/voi/bin, add the following to ${HOME}/.bashrc or ${HOME}/.profile:"
echo "export PATH=\"\$PATH:${HOME}/voi/bin\""
echo "To easily access commands from ${voi_home}/bin, add the following to ${HOME}/.bashrc or ${HOME}/.profile:"
echo " export PATH=\"\$PATH:${voi_home}/bin\""
echo ""
echo "To add to your ~/.bashrc, run:"
echo " echo 'export PATH=\"\$PATH:${voi_home}/bin\"' >> ~/.bashrc && source ~/.bashrc"
echo ""

if [[ ${skip_account_setup} -eq 0 && ${VOINETWORK_PROFILE} != "relay" ]]; then
Expand Down

0 comments on commit 39ab4cf

Please sign in to comment.