From 4bb9c2591decfd93b69000c8e316d32d7b02ced9 Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Tue, 9 Feb 2016 19:07:49 +0000 Subject: hand wave about signing security settings --- ports/darwin_dmg/HOW_TO_INSTALL.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'ports') diff --git a/ports/darwin_dmg/HOW_TO_INSTALL.txt b/ports/darwin_dmg/HOW_TO_INSTALL.txt index f6059bd..4c69cc6 100644 --- a/ports/darwin_dmg/HOW_TO_INSTALL.txt +++ b/ports/darwin_dmg/HOW_TO_INSTALL.txt @@ -1,9 +1,11 @@ -1. Drag the 'Rakudo' folder onto the '/Applications' folder. Note this +1. You will need to relax security permissions under "System Prefs>Security & Privacy>General" to allow the use of unsigned third party apps. + +2. Drag the 'Rakudo' folder onto the '/Applications' folder. Note this is the root Applications directory and other locations won't work. -2. Drag the 'Docs' folder somewhere. +3. Drag the 'Docs' folder somewhere. -3. In a Terminal window add Rakudo Star to your path: +4. In a Terminal window add Rakudo Star to your path: export PATH=$PATH:/Applications/Rakudo/bin:/Applications/Rakudo/share/perl6/site/bin @@ -11,8 +13,8 @@ is the root Applications directory and other locations won't work. perl6 -e 'say "Hello, world!";' -4. Add the 'export' line above to .bash_profile or similar to persist. +5. Add the 'export' line above to .bash_profile or similar to persist. -5. Useful commands are 'p6doc' and 'panda'. +6. Useful commands are 'p6doc' and 'panda'. -6. See also the documents in the 'Docs' folder and http://perl6.org +7. See also the documents in the 'Docs' folder and http://perl6.org -- cgit v1.1