There was an error while loading. Please reload this page.
1 parent b1060a7 commit 68ec634Copy full SHA for 68ec634
1 file changed
README.md
@@ -1,11 +1,11 @@
1
# nQuake server
2
3
-To run nQuake server, you need to download and install Docker.
+To run nQuake server, you need to download and install [Docker](https://docs.docker.com/engine/install/ubuntu/).
4
5
-When you have Docker, just run the following from the nquakesv folder:
+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:
8
9
```
10
docker-compose up -d
11
-
-You should update the `docker-compose.yml` file before starting.
0 commit comments