Skip to content

Commit

Permalink
Fix info for zef PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Feb 4, 2018
1 parent 1280a73 commit 33880ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install-zef-as-user
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/opt/rakudo-pkg/bin/zef --install-to=home install zef
echo "Don't forget to add ~/.perl6/bin and /opt/rakudo-pkg/bin to your PATH,"
echo "e.g.:"
echo 'export PATH=~/.perl6/bin:/opt/rakudo-pkg/bin:\$PATH' >> ~/.bash_profile
echo 'echo "export PATH=~/.perl6/bin:/opt/rakudo-pkg/bin:$PATH" >> ~/.bash_profile'

0 comments on commit 33880ec

Please sign in to comment.