Update README

This commit is contained in:
Jesse Wierzbinski 2023-11-27 15:43:38 -10:00
parent d2763d2761
commit c8cafc9e8b
No known key found for this signature in database

View file

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