Skip to content

Commit

Permalink
Add missing $ to export command (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyil authored Jul 23, 2020
1 parent 2dddeb4 commit 61f8c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/install-zef-as-user
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
if [ -f /opt/rakudo-pkg/bin/zef ]; then
/opt/rakudo-pkg/bin/zef --install-to=home install zef
else zef --install-to=home install zef
fi
fi

echo "Don't forget to add '~/.raku/bin' to your PATH,"
echo "e.g. by adding this to .profile:"
echo "export PATH=~/.raku/bin:PATH"
echo "export PATH=~/.raku/bin:\$PATH"

0 comments on commit 61f8c1e

Please sign in to comment.