Skip to content

Commit

Permalink
Improve post-install instructions to execute arttime.
Browse files Browse the repository at this point in the history
  • Loading branch information
poetaman committed Oct 17, 2022
1 parent 5a9c2c8 commit 37d12b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ fi

# Check if path to arttime excutable is on user's $PATH
if [[ ":$PATH:" == *":$bindir:"* ]]; then
echo "Installation complete!\nRestart your terminal application, type 'arttime' and press Enter."
echo "Installation complete!\nType 'arttime' and press Enter to start arttime."
else
loginshell="${SHELL}"
loginshell=$(basename ${SHELL})
Expand All @@ -232,7 +232,7 @@ else
echo "\n# Following line was automatically added by arttime installer" >>$HOME/$profile
echo 'export PATH='"$bindir"':$PATH' >>$HOME/$profile
echo 'Note: Added export PATH='"$bindir"':$PATH to ~/'"$profile"
echo "Installation complete!\nRestart your terminal application, type 'arttime' and press Enter."
echo "Installation complete!\nSource ~/$profile or restart terminal. Then type 'arttime' and press Enter to start arttime."
else
echo "Installation *almost* complete! To start using arttime, follow these steps:\n 1) Add $bindir to your PATH environment variable in appropriate file,\n 2) Open a new terminal session, type 'arttime' and press Enter.\nTo run it right away from this shell, execute arttime by specifying its full path:\n $bindir/arttime"
fi
Expand Down

0 comments on commit 37d12b6

Please sign in to comment.