Skip to content

Commit

Permalink
Tweak section ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander committed Aug 16, 2024
1 parent 5ad065c commit 26b992e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions installation-linux-deb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 26b992e

Please sign in to comment.