aboutsummaryrefslogtreecommitdiff
path: root/ports/darwin_dmg/HOW_TO_INSTALL.txt
blob: 260eb1bc9cb4c4a84db48624b14aeb9abbac0a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
1. Drag the 'Rakudo' folder onto the Applications folder.

2. Drag the 'Docs' folder somewhere.

3. In a Terminal window add Rakudo Star to your path:

   export PATH=$PATH:/Applications/Rakudo/bin:/Applications/Rakudo/share/perl6/site/bin

   Test with:

   perl6 -e 'say "Hello, world!";'

4. Add the 'export' line above to .bash_profile or similar to persist.

5. Useful commands are 'p6doc' and 'panda'.

6. See also the documents in the 'Docs' folder and http://perl6.org