diff --git a/README.md b/README.md index 5e3203f..67bafcd 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ scratch. ```bash - podman run --rm --userns=keep-id --volume=".:/home/user/apt-tools-prod" apt-tools-prod-builder ./tools/publish + podman run --rm --userns=keep-id --volume="$(pwd):/home/user/apt-tools-prod" apt-tools-prod-builder ./tools/publish ``` - Run `./tools/publish --sign` to sign the release files. This part must run