From 04fc81e2cca1b1b7be7f5b8cd135e3e4aaf9689b Mon Sep 17 00:00:00 2001 From: Jamal Date: Thu, 5 Mar 2020 09:50:34 -0800 Subject: [PATCH] =?UTF-8?q?bootstrap=20script=20wasn=E2=80=99t=20actually?= =?UTF-8?q?=20marked=20as=20executable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Installation/Installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation/Installation.md b/Installation/Installation.md index 4f0f821..3d695a7 100644 --- a/Installation/Installation.md +++ b/Installation/Installation.md @@ -107,6 +107,7 @@ Running Sonarr in a Docker container eases setup and reduces package installatio * **Note:** _In macOS 10.12+ Gatekeeper App Translocation will prevent Sonarr run directly from the Downloads folder from updating_ * Open Sonarr.app * You should now be able to access Sonarr at [http://localhost:8989](http://localhost:8989) + * **Note:** If you receive the message "The application Sonarr can't be opened," run `chmod +x /Applications/Sonarr.app/Contents/MacOS/Sonarr`, and try opening it again. ### Using [Homebrew Cask](https://github.com/caskroom/homebrew-cask) ###