Update readme with a missing setup step.

This commit is contained in:
Ben Rog-Wilhelm 2023-05-11 18:16:50 -05:00
parent c2eeb8b3e7
commit 85019d2a96

View file

@ -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.