diff --git a/README.md b/README.md index ea9d060..991943a 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,21 @@ To start you need to create a virtual environment and load in the required depen python -m venv .venv ./.venv/Scripts/Activate.ps1 pip install -r requirements.txt -``` \ No newline at end of file +``` + +## Running + +### Pre-Requisites + +- Docker daemon is installed and running. +- Docker compose is installed. + +### Instructions + +In order to run the web app, simply use the command + +```sh {"id":"01HKD0VRADDYQ92W22JN1FHA03"} +docker-compose up -d +``` + +to run the container in a detatched mode. \ No newline at end of file