diff --git a/README.md b/README.md index e75cfe1..521fadf 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ Please use Python3, for the love of `$deity`... ### Build & run ```sh +docker-compose up --build + +# if you need to reset built static files and/or postgres database: docker-compose up --build --renew-anon-volumes ```