mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-26 21:37:36 +00:00
Require Go 1.17
This commit is contained in:
@@ -16,7 +16,7 @@ connectivity - it also works over IPv4.
|
||||
Yggdrasil works on a number of platforms, including Linux, macOS, Ubiquiti
|
||||
EdgeRouter, VyOS, Windows, FreeBSD, OpenBSD and OpenWrt.
|
||||
|
||||
Please see our [Installation](https://yggdrasil-network.github.io/installation.html)
|
||||
Please see our [Installation](https://yggdrasil-network.github.io/installation.html)
|
||||
page for more information. You may also find other platform-specific wrappers, scripts
|
||||
or tools in the `contrib` folder.
|
||||
|
||||
@@ -25,7 +25,7 @@ or tools in the `contrib` folder.
|
||||
If you want to build from source, as opposed to installing one of the pre-built
|
||||
packages:
|
||||
|
||||
1. Install [Go](https://golang.org) (requires Go 1.16 or later)
|
||||
1. Install [Go](https://golang.org) (requires Go 1.17 or later)
|
||||
2. Clone this repository
|
||||
2. Run `./build`
|
||||
|
||||
@@ -57,6 +57,7 @@ other configuration such as listen addresses or multicast addresses, etc.
|
||||
### Run Yggdrasil
|
||||
|
||||
To run with the generated static configuration:
|
||||
|
||||
```
|
||||
./yggdrasil -useconffile /path/to/yggdrasil.conf
|
||||
```
|
||||
|
Reference in New Issue
Block a user