4
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-06-26 14:09:25 +00:00

Add macOS installer pages

This commit is contained in:
Neil Alexander
2019-03-15 17:41:28 +00:00
parent 813344e8c7
commit 6447dde136
4 changed files with 123 additions and 0 deletions

35
installation-macos-pkg.md Normal file
View File

@ -0,0 +1,35 @@
---
tags: dontlink
sitemap: true
---
# Installing using the macOS installer
Yggdrasil is supported on macOS. Visit our [Builds](builds.md) page and download
the relevant `.pkg` file
### Install using Finder
Locate the downloaded `.pkg` installer in Finder. Right-click it and click Open.
Step through the installer as usual.
Once completed, the Yggdrasil configuration will have automatically been
generated, the `launchd` service will have been installed and the service will
be running.
### Install using Terminal
Open Terminal.app and install the package:
```
sudo installer -pkg /path/to/yggdrasil-xxx-macos.pkg -target /
```
Once completed, the Yggdrasil configuration will have automatically been
generated, the `launchd` service will have been installed and the service will
be running.
### After installation
Read the [macOS platform page](platform-macos.md) page for further
information about macOS platform support.