Updated the README to tell users to run the demo script instead of the direct docker compose command

This commit is contained in:
2024-03-16 18:27:35 -06:00
parent eb3ce38562
commit 41f1be92ee
+2 -3
View File
@@ -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