We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b0d7c commit 2a2f2d3Copy full SHA for 2a2f2d3
godemon-installer.sh
@@ -71,9 +71,9 @@ if [ "$OPTION" = "1" ]
71
then
72
if [ "$GL" = "2" ]
73
74
- printf "\n Now add to .bashrc following line: export PATH=\$PATH:~/.godemon/bin"
+ printf "\nNow add to .bashrc following line: export PATH=\$PATH:~/.godemon/bin"
75
elif [ "$GL" = "1" ]
76
77
- printf "\n Now add to .bashrc following line: export PATH=\$PATH:/usr/local/.godemon/bin"
+ printf "\nNow add to .bashrc following line: export PATH=\$PATH:/usr/local/.godemon/bin \nIf it's MacOS - add this line to .zshenv"
78
fi
79
0 commit comments