Skip to content

Commit 68ec634

Browse files
Update README.md
1 parent b1060a7 commit 68ec634

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# nQuake server
22

3-
To run nQuake server, you need to download and install Docker.
3+
To run nQuake server, you need to download and install [Docker](https://docs.docker.com/engine/install/ubuntu/).
44

5-
When you have Docker, just run the following from the nquakesv folder:
5+
Then, you should update the `.env.example` file with your server settings and save it as `.env`.
6+
7+
When the .env file is saved, run the following:
68

79
```
810
docker-compose up -d
911
```
10-
11-
You should update the `docker-compose.yml` file before starting.

0 commit comments

Comments
 (0)