Add minimum Go version to Readme (#29)

This commit is contained in:
h44z 2021-06-25 17:01:16 +02:00 committed by GitHub
parent e0968b3239
commit a017775f8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ If needed, please make sure to back up your files from ```/etc/wireguard```.
For a full list of configuration options take a look at the source file [internal/server/configuration.go](internal/server/configuration.go#L56).
### Standalone
For a standalone application, use the Makefile provided in the repository to build the application.
For a standalone application, use the Makefile provided in the repository to build the application. Go version 1.16 or higher has to be installed to build WireGuard Portal.
```
make
@ -219,4 +219,4 @@ under the URL `http://<your wg-portal ip/domain>/swagger/index.html`.
* MIT License. [MIT](LICENSE.txt) or https://opensource.org/licenses/MIT
This project was inspired by [wg-gen-web](https://github.com/vx3r/wg-gen-web).
This project was inspired by [wg-gen-web](https://github.com/vx3r/wg-gen-web).