diff --git a/wings/installing.md b/wings/installing.md index 4491c2a2..c600f99a 100644 --- a/wings/installing.md +++ b/wings/installing.md @@ -116,7 +116,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-alpha.2/wings +curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.1/wings ``` ## Configure Daemon Once you have installed the daemon and required components, the next step is to create a node on your installed Panel @@ -136,7 +136,7 @@ chmod u+x wings sudo ./wings ``` -You may optionally add the `-debug` flag to run Wings in debug mode. +You may optionally add the `--debug` flag to run Wings in debug mode. ### Daemonizing (using systemd) Running Pterodactyl Daemon in the background is a simple task, just make sure that it runs without errors before doing diff --git a/wings/upgrading.md b/wings/upgrading.md index 7dbbf903..8501a181 100644 --- a/wings/upgrading.md +++ b/wings/upgrading.md @@ -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-alpha.2/wings +curl -L -o wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.1/wings chmod u+x wings ```