From f988cf0f2682429756af06d31da45daaf65666a5 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 5 Feb 2026 18:50:42 -0700 Subject: [PATCH] docs: Fixed some typos found in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07cc4e2..eb6cb34 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ 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 ``` -You can also clone this repo and run `make docker` to build a docker image locally and run it using the above command. +You can also clone this repo and run `just build-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. +Please note that you will need to create and populate your configuration file first before starting the container. Otherwise, the container will fail to start. **Note:** If you run into errors using relative file paths when mounting the volume with the configuration file, try using an absolute path.