diff --git a/readme.md b/readme.md index 9a40b41c1..8d03f94a9 100644 --- a/readme.md +++ b/readme.md @@ -27,7 +27,11 @@ docker-compose up --build The first time you do this, it will take a while. It'll be (much) faster next time. -4 - That's it! Visit `localhost` in your browser. +4 - Visit `localhost` in your browser. + +5 - Make an account. The first account made will have admin power. + +6 - That's it! Code edits will be reflected (almost) immediately. If you make any setup changes or database changes, you'll need to ctrl-C the docker-compose status log and run `docker-compose up --build` again.