From a39217af582c1daa1e44491cc253cc1d6de1e6af Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 10 Dec 2018 23:22:06 +0000 Subject: [PATCH] Update macOS install instructions --- platform-macos.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/platform-macos.md b/platform-macos.md index 6382a1f..ce63d07 100644 --- a/platform-macos.md +++ b/platform-macos.md @@ -16,6 +16,16 @@ Yggdrasil is well supported on macOS out of the box, thanks to the inclusion of ## Installation +### Using the macOS installer + +Visit the [Builds](builds.md) page and download the relevant `-macos-amd64.pkg` (64-bit) or `-macos-i386.pkg` (32-bit) package file. + +Once downloaded, open the Downloads folder in Finder, right-click the package and click "Open". + +(Alternatively, double-click and then use System Preferences > Security to "Open Anyway" after the developer prompt.) + +### Manual installation + System Integrity Protection in macOS prevents you from copying files into `/usr/bin`, therefore you should install into `/usr/local/bin` instead. This may not exist by default so create it if it doesn't exist: ``` sudo mkdir -p /usr/local/bin