From a8e5b42d007f5002b3f7e0a48cd1a958dc0a770c Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 30 Sep 2021 11:26:25 -0700 Subject: [PATCH] Improve quick setup docs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index be5a14e..725b6d8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ This is a simple image for hosting your own 5eTools instance. It is based on the ## Default Configuration You can quick-start this image by running: +`mkdir -p ~/5etools-docker/htdocs && cd ~/5etools-docker` + `curl -o docker-compose.yml https://raw.githubusercontent.com/Jafner/5etools-docker/main/docker-compose.yml` + `docker-compose up -d && docker logs -f 5etools-docker` Then give the container a few minutes to come online and it will be accessible at `localhost:8080`.