diff --git a/README.md b/README.md index f03553d06..ea8d9707a 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,14 @@ Run ``` python main.py ``` +If you are running natively, change ENVIRONMENT to local in the .env file +If you are running in docker, change ENVIRONMENT to postgres in the .env file + +Run + + + +``` python main.py ```