From 853eb7f9e8fef464937bab35874a6ad233a80115 Mon Sep 17 00:00:00 2001 From: Jason Nader Date: Sat, 17 May 2025 18:32:16 +0900 Subject: [PATCH] docs: add missing volume flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 562c73b..259e1ce 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ There's a [Taskfile](https://taskfile.dev) in this repository that you can use t Alternatively, you can also manually run `docker`: ``` -docker run --rm --privileged -v $(pwd)/workspace:/CustoPiZer/workspace $(pwd)/scripts:/CustoPiZer/workspace/scripts ghcr.io/octoprint/custopizer:latest +docker run --rm --privileged -v $(pwd)/workspace:/CustoPiZer/workspace -v $(pwd)/scripts:/CustoPiZer/workspace/scripts ghcr.io/octoprint/custopizer:latest ``` ## Can I do something like this as well?