From 95779f1ac23ffd5823f41d07942df08bc96e64d6 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Wed, 18 Dec 2024 18:20:36 -0700 Subject: [PATCH] docs: Updated the README to point to the new managarr-demo.alexjclarke.com site for testing out the TUI as an alternative to running the command --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7b63bfc..386ef1a 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Simply run the following command to start a demo: curl https://raw.githubusercontent.com/Dark-Alex-17/managarr-demo/main/managarr-demo.sh > /tmp/managarr-demo.sh && bash /tmp/managarr-demo.sh ``` +Alternatively, you can try out the demo container without downloading anything. Just check out the [Managarr Demo site](https://managarr-demo.alexjclarke.com). + ## Installation ### Cargo If you have Cargo installed, then you can install Managarr from Crates.io: @@ -51,11 +53,6 @@ Run Managarr as a docker container by mounting your `config.yml` file to `/root/ docker run --rm -it -v /home/aclarke/.config/managarr/config.yml:/root/.config/managarr/config.yml darkalex17/managarr:latest ``` -For ARM64 users, you can use the `arm64` tag: -```shell -docker run --rm -it -v /home/aclarke/.config/managarr/config.yml:/root/.config/managarr/config.yml darkalex17/managarr:arm64 -``` - You can also clone this repo and run `make docker` to build a docker image locally and run it using the above command. Please note that you will need to create and popular your configuration file first before starting the container. Otherwise, the container will fail to start.