5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 00:59:36 +00:00

Update platform-macos.md

This commit is contained in:
Neil Alexander 2018-03-11 23:00:51 +00:00
parent 7e9c9d2b34
commit 1abd459742

View File

@ -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