aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-02-09 19:39:15 +0000
committerSteve Mynott <steve.mynott@gmail.com>2016-02-09 19:39:15 +0000
commit7218fc3606ba9f169c0259b6fb659a3dec5f2ec8 (patch)
treefe21e472d064fc5f5e3f2f55c4ca77f3ce701813 /ports
parentaa89b9cc0edfe538185a4f443c3ab9fe63ef96f0 (diff)
more tweaking of the final README
Diffstat (limited to 'ports')
-rw-r--r--ports/darwin_dmg/HOW_TO_INSTALL.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/ports/darwin_dmg/HOW_TO_INSTALL.txt b/ports/darwin_dmg/HOW_TO_INSTALL.txt
index 088b056..69a634c 100644
--- a/ports/darwin_dmg/HOW_TO_INSTALL.txt
+++ b/ports/darwin_dmg/HOW_TO_INSTALL.txt
@@ -1,15 +1,15 @@
Perl 6 is best used from the command line or inside an editor such as Atom,
Emacs or Vim etc. It is not a full Mac GUI type app.
-1. You will need to relax security permissions under "System Prefs>Security &
-Privacy>General" to allow the use of unsigned third party apps.
+You may need to relax security permissions under "System Prefs>Security &
+Privacy>General" to allow the use of unsigned third party apps for some uses.
-2. Drag the 'Rakudo' folder onto the '/Applications' folder. Note this
+1. Drag the 'Rakudo' folder onto the '/Applications' folder. Note this
is the root Applications directory and other locations won't work.
-3. Drag the 'Docs' folder somewhere.
+2. Drag the 'Docs' folder somewhere.
-4. In a Terminal window add Rakudo Star to your path:
+3. In a Terminal window add Rakudo Star to your path:
export PATH=$PATH:/Applications/Rakudo/bin:/Applications/Rakudo/share/perl6/site/bin
@@ -17,8 +17,8 @@ is the root Applications directory and other locations won't work.
perl6 -e 'say "Hello, world!";'
-5. Add the 'export' line above to .bash_profile or similar to persist.
+4. Add the 'export' line above to .bash_profile or similar to persist.
-6. Useful commands are 'p6doc' and 'panda'.
+5. Useful commands are 'p6doc' and 'panda'.
-7. See also the documents in the 'Docs' folder and http://perl6.org
+6. See also the documents in the 'Docs' folder and http://perl6.org