summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@booking.com>2020-09-10 20:29:34 +0200
committerJoffrey Bion <joffrey.bion@booking.com>2020-09-10 20:29:34 +0200
commit8438525ca655f9d6b4f305702e6313f0065dc24b (patch)
tree2bb62f46dcaf61cdc9dd0ded4ac804d52c39fa45 /README.md
parentUpgrade GitHub action/cache to v2.1.1 (diff)
downloadseven-wonders-8438525ca655f9d6b4f305702e6313f0065dc24b.tar.gz
seven-wonders-8438525ca655f9d6b4f305702e6313f0065dc24b.tar.bz2
seven-wonders-8438525ca655f9d6b4f305702e6313f0065dc24b.zip
Simplify local run docker command (with DockerHub)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index a37f17e1..c114aabc 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,11 @@ It is therefore possible that you experience a server restart if I just pushed s
You can also run the server on your own machine by running:
```
-docker run -p 80:80 ghcr.io/joffrey-bion/seven-wonders-server:latest
+docker run -p 80:80 hildan/seven-wonders-server
```
+And then go to `http://localhost` in your browser to play (add some bots if you're alone).
+
## Technicalities
This project is written 100% in Kotlin. You can find the history of the technical decisions in the
bgstack15