From e22329dc297af6edd30463b36d2e88fc367b012e Mon Sep 17 00:00:00 2001 From: Shaun Verch Date: Wed, 8 Dec 2021 12:14:45 -0500 Subject: [PATCH] Make it clear that docker is doing the setup --- QUICKSTART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QUICKSTART.md b/QUICKSTART.md index cd6c7d3a..c89f5ea3 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -20,4 +20,4 @@ Use `docker-compose` to run the application: $ docker-compose up ``` -After some setup, you should be able to open the application in your browser at [http://localhost:8000](http://localhost:8000). +After it initializes, you should be able to open the application in your browser at [http://localhost:8000](http://localhost:8000).