mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 16:50:31 +00:00
Update platform-macos.md
This commit is contained in:
parent
7e9c9d2b34
commit
1abd459742
@ -15,11 +15,13 @@ Yggdrasil is well supported on macOS out of the box, thanks to the inclusion of
|
|||||||
|
|
||||||
## Installation
|
## 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).
|
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:
|
||||||
|
|
||||||
Install the `yggdrasil` binary by copying it into `/usr/bin`, and then generate your configuration:
|
|
||||||
```
|
```
|
||||||
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
|
## Generate configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user