diff --git a/README.md b/README.md index c50fecb..6d65cd9 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ ## Installation -This project handles commands using [`just`](https://github.com/casey/just). +This project handles commands using [`just`](https://github.com/casey/just), and the project runs in Docker. -1. `just install` +1. `just build` 2. Create [`.env` file](#env-file) -3. `just migrate` -4. `just start` +3. `just compose up -d` +4. `just compose run web just start` ### `.env` file