We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9695d commit 6339017Copy full SHA for 6339017
make/README.md
@@ -4,7 +4,12 @@
4
5
1. Clone the Rebol 3 Repo if you haven't already: `git clone https://github.com/Oldes/Rebol3.git`
6
2. Download the [Siskin build tool](https://github.com/Siskin-framework/Builder/releases/latest) for your platform
7
-3. Place the Siskin binary in the root of the repo (there seems to a bug in Siskin where it cannot find itself from the `PATH` and dies)
+3. Place the Siskin binary in the root of the repo (or into one of the `PATH` folders)
8
+
9
+macOS users on 10.15+ may need to remove the quarantine setting from the Siskin builder tool after download using:
10
+```
11
+xattr -d -r com.apple.quarantine /path/to/Siskin
12
13
14
## Build Walkthrough
15
0 commit comments