mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 00:30:26 +00:00
Update platform-linux.md
This commit is contained in:
parent
83a337730f
commit
3cf97370da
@ -11,10 +11,10 @@ Yggdrasil is well supported on Linux.
|
||||
- Should work with any kernel that includes `tun` and/or `tap`.
|
||||
- The maximum MTU size supported on Linux is 65535.
|
||||
|
||||
## Debian
|
||||
## Debian, Ubuntu, elementaryOS
|
||||
|
||||
Debian binary packages exist to simplify the installation of Yggdrasil. These
|
||||
will also work on any Debian-based distribution such as elementaryOS.
|
||||
will also work on any Debian-based distribution.
|
||||
|
||||
### From CircleCI
|
||||
|
||||
@ -45,6 +45,19 @@ Configuration will be generated automatically into `/etc/yggdrasil.conf` when
|
||||
the package is installed, and the Yggdrasil service will automatically be
|
||||
installed into systemd and started.
|
||||
|
||||
## Red Hat Enterprise Linux, Fedora, CentOS
|
||||
|
||||
RPM binary packages exist to simplify the installation of Yggdrasil. These
|
||||
will also work on any other RPM-based distribution.
|
||||
|
||||
### From CircleCI
|
||||
|
||||
Visit our [Builds](builds.md) page and download the relevant `.rpm` file, then
|
||||
install it on your system:
|
||||
```
|
||||
sudo rpm -i yggdrasil...rpm
|
||||
```
|
||||
|
||||
## Other Distributions
|
||||
|
||||
[Download the latest Yggdrasil binary](https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdrasil-go/latest/artifacts) and install it:
|
||||
|
Loading…
Reference in New Issue
Block a user