From 1abd459742dc0819cf4326a32f2c0d73803d286d Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sun, 11 Mar 2018 23:00:51 +0000 Subject: [PATCH] Update platform-macos.md --- platform-macos.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/platform-macos.md b/platform-macos.md index 034090e..0e8d8f5 100644 --- a/platform-macos.md +++ b/platform-macos.md @@ -15,11 +15,13 @@ Yggdrasil is well supported on macOS out of the box, thanks to the inclusion of ## Installation -Start by either [downloading the latest Yggdrasil binary](https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdrasil-go/latest/artifacts). Alternatively, compile Yggdrasil from source (below). - -Install the `yggdrasil` binary by copying it into `/usr/bin`, and then generate your configuration: +Start by either [downloading the latest Yggdrasil binary](https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdrasil-go/latest/artifacts) and install it: ``` -sudo cp /path/to/yggdrasil-go/yggdrasil /usr/bin +sudo cp ~/Downloads/yggdrasil-x.x.xx-darwin-amd64 /usr/bin/yggdrasil +``` +Alternatively, compile Yggdrasil from source (below) and install: +``` +sudo cp /path/to/yggdrasil-go/yggdrasil /usr/bin/yggdrasil ``` ## Generate configuration