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

Use bigger headings

This commit is contained in:
Neil Alexander
2019-03-15 17:44:04 +00:00
parent 6447dde136
commit 6365731e11
7 changed files with 24 additions and 24 deletions

View File

@ -8,7 +8,7 @@ sitemap: true
Yggdrasil is supported on Linux. You can either [download the latest binary from
CircleCI](builds.md) or you can build from source.
### Build from source
## Build from source
Linux has most of the tools needed to build Yggdrasil from source - you just
need to install the Go toolchain. Yggdrasil requires Go 1.11 as a minimum.
@ -35,13 +35,13 @@ into a suitable location:
sudo cp {yggdrasil,yggdrasilctl} /usr/local/bin
```
##### Debug builds
#### Debug builds
You can create a debug build by running `./build -d` instead of
`./build`. Debug builds contain profiling code as well as additional debugging
symbols. They are likely to be larger files as a result.
### Install systemd service
## Install systemd service
systemd service scripts are included in the `contrib/systemd/` folder so that it
runs automatically in the background (using `/etc/yggdrasil.conf` for
@ -72,7 +72,7 @@ systemctl status yggdrasil
journalctl -u yggdrasil
```
### Generate configuration
## Generate configuration
Generate an initial Yggdrasil configuration file:
```
@ -82,7 +82,7 @@ sudo yggdrasil -genconf > /etc/yggdrasil.conf
You can make changes to this file as described in the
[Configuration](configuration.md) page.
### After installation
## After installation
Read the [Linux platform page](platform-linux.md) page for further
information about Linux platform support.