Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created April 22, 2018 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/c3d043ec91e70d186dff61f418bcd72a to your computer and use it in GitHub Desktop.
Save zoffixznet/c3d043ec91e70d186dff61f418bcd72a to your computer and use it in GitHub Desktop.
echo 'alias update-perl6='\''
cd ~/rakudo && git checkout master && git pull &&
git checkout $(git describe --abbrev=0 --tags) &&
perl Configure.pl --gen-moar --gen-nqp --backends=moar &&
make && make install'\''' >> ~/.bashrc
. ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment