aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-02-09 19:07:49 +0000
committerSteve Mynott <steve.mynott@gmail.com>2016-02-09 19:07:49 +0000
commit4bb9c2591decfd93b69000c8e316d32d7b02ced9 (patch)
tree0d85690c765e617734403bb22fc461d55d8cee00 /ports
parent8090c512917b433d6dd1e719768a555d999c22ea (diff)
hand wave about signing security settings
Diffstat (limited to 'ports')
-rw-r--r--ports/darwin_dmg/HOW_TO_INSTALL.txt14
1 files changed, 8 insertions, 6 deletions
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