Update documentation for new wings version

This commit is contained in:
Dane Everitt 2020-05-08 22:26:18 -07:00
parent fc7a0219d0
commit 5d6b471fee
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ set when creating the node.
The next step is to download the software and unpack the archive.
``` bash
curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.3/wings
curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.4/wings
```
## Configure Daemon
Once you have installed the daemon and required components, the next step is to create a node on your installed Panel

View File

@ -5,7 +5,7 @@ Upgrading Wings is a painless process and should take less than a minute to comp
First, download the updated wings binary into `/srv/wings`.
``` bash
curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.3/wings
curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.4/wings
chmod u+x wings
```