Skip to content

Commit 2a2f2d3

Browse files
committed
sh updated
1 parent 77b0d7c commit 2a2f2d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

godemon-installer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ if [ "$OPTION" = "1" ]
7171
then
7272
if [ "$GL" = "2" ]
7373
then
74-
printf "\n Now add to .bashrc following line: export PATH=\$PATH:~/.godemon/bin"
74+
printf "\nNow add to .bashrc following line: export PATH=\$PATH:~/.godemon/bin"
7575
elif [ "$GL" = "1" ]
7676
then
77-
printf "\n Now add to .bashrc following line: export PATH=\$PATH:/usr/local/.godemon/bin"
77+
printf "\nNow add to .bashrc following line: export PATH=\$PATH:/usr/local/.godemon/bin \nIf it's MacOS - add this line to .zshenv"
7878
fi
7979
fi

0 commit comments

Comments
 (0)