Removed unnecessary 'cymais'

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-16 10:24:31 +02:00
parent 932ce7c8ca
commit 41934ab285
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -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: