From 41934ab285692018597471daf14753c9ad0893ad Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 16 Jul 2025 10:24:31 +0200 Subject: [PATCH] Removed unnecessary 'cymais' --- docs/Docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Docker.md b/docs/Docker.md index 5902e049..ac61f814 100644 --- a/docs/Docker.md +++ b/docs/Docker.md @@ -72,7 +72,7 @@ Once built, you can run CyMaIS as usual: docker run --rm -it \ -v "$(pwd)":/opt/cymais \ -w /opt/cymais \ - cymais:latest cymais --help + cymais:latest --help ``` Mount any host directory into `/opt/cymais/logs` to persist logs across runs. @@ -105,7 +105,7 @@ CMAIS_PATH=$(pkgmgr path cymais) docker run --rm -it \ -v "${CMAIS_PATH}:/root/Repositories/github.com/kevinveenbirkenbach/cymais" \ -w "/root/Repositories/github.com/kevinveenbirkenbach/cymais" \ - cymais:latest cymais make build + cymais:latest make build ``` Or, to test the CLI help interactively: