From 26b992e7c245940e5a1ba868ca3c5a7064c6ac4e Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 16 Aug 2024 18:26:43 +0100 Subject: [PATCH] Tweak section ordering --- installation-linux-deb.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/installation-linux-deb.md b/installation-linux-deb.md index b916639..d1424eb 100644 --- a/installation-linux-deb.md +++ b/installation-linux-deb.md @@ -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). 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 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 ``` +## 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 Configuration will be generated automatically into `/etc/yggdrasil.conf` when