From 30135e53beaaab19560149daef758131773a4f64 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 28 Jul 2022 19:24:16 +0100 Subject: [PATCH] Update readme instructions for new docker setup --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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