Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Add hacking instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Oct 11, 2011
1 parent b1c99f1 commit 565cdac
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions HACKING
@@ -0,0 +1,19 @@
0) Join #perl6 on irc.freenode.net

1) Get a commit bit

2) Clone Pugs.hs from the perl6 organization on GitHub.

git clone git@github.com:perl6/Pugs.hs.git

3) Follow INSTALL instructions to get deps installed

4) Hack hack hack!

5) Compile

cd Pugs/
make # builds ./pugs executable
make install # installs ./pugs as pugs and perl6 executables

6) What was the big deal?

0 comments on commit 565cdac

Please sign in to comment.