From 41f1be92ee6b05b970fe58bc46b240438d84600e Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Sat, 16 Mar 2024 18:27:35 -0600 Subject: [PATCH] Updated the README to tell users to run the demo script instead of the direct docker compose command --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fbf6595..134fb67 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,9 @@ curl https://raw.githubusercontent.com/Dark-Alex-17/managarr-demo/main/managarr- **Note**: This script will only work on systems with `bash` installed. ## Running the demo -To run this demo, simply run the following command: - +To run this demo, simply run the [demo script](./managarr-demo.sh): ```shell -docker compose up --rm managarr && docker compose down +./managarr-demo.sh ``` ## Cleanup