5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-02-28 21:01:33 +00:00

Tweak section ordering

This commit is contained in:
Neil Alexander 2024-08-16 18:26:43 +01:00
parent 5ad065cb54
commit 26b992e7c2
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -16,16 +16,6 @@ distribution, e.g. elementaryOS.
Debian packages are built and are available in the [GitHub Releases](https://github.com/yggdrasil-network/yggdrasil-go/releases). Debian packages are built and are available in the [GitHub Releases](https://github.com/yggdrasil-network/yggdrasil-go/releases).
Install the package using `dpkg -i filename.deb`. Install the package using `dpkg -i filename.deb`.
## Package install from your distribution
Some Debian-based distributions may have an `yggdrasil-go` package available in
their repositories:
```
sudo apt-get install yggdrasil
```
⚠️ **WARNING**: Distribution packages are often out-of-date! If you are unable to connect to peers, this is probably due to a minor (0.x) version mismatch. Use `apt show yggdrasil` to verify the package version against the latest [GitHub Releases](https://github.com/yggdrasil-network/yggdrasil-go/releases).
## Package install from the S3 repository ## Package install from the S3 repository
On some platforms, e.g. Raspberry Pi, you may need to start by installing On some platforms, e.g. Raspberry Pi, you may need to start by installing
@ -55,6 +45,16 @@ Install Yggdrasil:
sudo apt-get install yggdrasil sudo apt-get install yggdrasil
``` ```
## Package install from your distribution
Some Debian-based distributions may have an `yggdrasil-go` package available in
their repositories:
```
sudo apt-get install yggdrasil
```
⚠️ **WARNING**: Distribution packages are often out-of-date! If you are unable to connect to peers, this is probably due to a minor (0.x) version mismatch. Use `apt show yggdrasil` to verify the package version against the latest [GitHub Releases](https://github.com/yggdrasil-network/yggdrasil-go/releases).
## After installation ## After installation
Configuration will be generated automatically into `/etc/yggdrasil.conf` when Configuration will be generated automatically into `/etc/yggdrasil.conf` when