From 830e168fecfbd63313a8c96f7dcdcca0839d18df Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 15 Sep 2023 14:16:50 -0400 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index e304c5e..0157369 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,22 @@ Then open a web browser to On Ubuntu 20.04 you can also use the install script available at +## Run with Docker + +You can also run the application with [docker](https://docker.com): + +### Linux/macOS + +```bash +./run.sh [args] +``` + +### Windows + +```bash +run.bat [args] +``` + ## Build and Run See [CONTIRBUTING.md](./CONTRIBUTING.md) for information on how to build and run the project yourself.