Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/getting-started/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Unarchive the release you downloaded in the previous step in your Pterodactyl fo
```bash
mv release.zip /var/www/pterodactyl/release.zip
cd /var/www/pterodactyl
unzip release.zip
unzip -o release.zip
```

`unzip` might give you the choice to overwrite a file or not. When installing Blueprint, always overwrite existing Pterodactyl files, as they are needed for Blueprint to function.
Expand Down