Skip to content

Commit

Permalink
Merge pull request #16 from armory/chore/add_source_commands
Browse files Browse the repository at this point in the history
chore: add profile source commands
  • Loading branch information
tunderwood authored Nov 28, 2023
2 parents 7a5dbf7 + 1969249 commit 345a577
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion get-armory-cli
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,11 @@ echo "##########################################################################
echo "# Install of avm and armory complete"
echo "# This install script updates your bash or zsh profile to add ${HOME}/.avm/bin to your path"
echo "# If you aren't using bash or zsh you will need to do this manually"
echo "# You may have to start a new terminal session or re-source your bash or zsh profile/rc"
echo "#"
echo "# Please close and restart the terminal to use the Armory CLI or run the following to use it now:"
if [[ $OS == 'darwin' ]]; then
echo "# source $avm_bash_profile && source $avm_zshrc"
else
echo "# source $avm_bashrc && source $avm_zshrc"
fi
echo "############################################################################################"

0 comments on commit 345a577

Please sign in to comment.