From 7218fc3606ba9f169c0259b6fb659a3dec5f2ec8 Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Tue, 9 Feb 2016 19:39:15 +0000 Subject: more tweaking of the final README --- ports/darwin_dmg/HOW_TO_INSTALL.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'ports') 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 -- cgit v1.1