Skip to content

Commit

Permalink
fix install script (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
laureanray committed Aug 13, 2023
2 parents a3d1ea1 + 436c064 commit 7963442
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ if command -v clibgen >/dev/null; then
else
case $SHELL in
/bin/zsh) shell_profile=".zshrc" ;;
/usr/bin/zsh) shell_profile=".zshrc" ;;
*) shell_profile=".bashrc" ;;
esac
echo "Manually add the directory to your \$HOME/$shell_profile (or similar)"
echo " export CLIBGEN_INSTALL=\"$clibgen_install:was\""
echo " export CLIBGEN_INSTALL=\"$clibgen_install\""
echo " export PATH=\"\$CLIBGEN_INSTALL/bin:\$PATH\""
echo "Run '$exe --help' to get started"
fi

0 comments on commit 7963442

Please sign in to comment.