From c8cafc9e8be8ea918f664f97d47d7ad1054c1f35 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 27 Nov 2023 15:43:38 -1000 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cf156b4..79c0cbd5 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,8 @@ You can also run Lysand using Docker. To do so, you can: ```bash docker network create lysand-net ``` -4. Run the following command: +4. Fill in the config file and the .env file (see [Installation](#installation)) +5. Run the following command: ```bash docker-compose up -d ```