From 07de5bea8b22acf8a6f12eaa4cbf93c015572eb2 Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Fri, 30 Oct 2020 17:53:55 +0100 Subject: [PATCH] Explain how to run sync_url on Mac --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 181ba1b..a1cd1dd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ use, but doesn't expose all the configuration options and tweaks a full install does. 1. Download the `sync_url` binary from the [latest release](https://github.com/Garmelon/PFERD/releases/latest). -2. Run the binary in your terminal (`./sync_url` or `sync_url.exe` in the CMD) to see the help and use it. I'd recommend using the `--cookies` option. +2. Run the binary in your terminal (`./sync_url` or `sync_url.exe` in the CMD) to see the help and use it. I'd recommend using the `--cookies` option. + If you are on **Linux/Mac**, you need to *make the file executable* using `chmod +x `. + If you are on **Mac**, you need to allow this unverified program to run (see e.g. [here](https://www.switchingtomac.com/tutorials/osx/how-to-run-unverified-apps-on-macos/)) ## Installation