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 guides/installing/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ If you make changes to the rAthena src directory, you will need to recompile to
This will start the builder container and give you access to its terminal, and from there you can run `make` commands to build like within any other VPS. Eg:

```bash
./configure --enable-packetver=20220404 --enable-pre-re --whatever-other-parameter
./configure --enable-packetver=20220404 --enable-prere --whatever-other-parameter
make server
```

Expand Down