Update README to match new package location
All checks were successful
Deploy to git.carlpearson.net / Build & Publish 0.6.13 (push) Successful in 8s

Signed-off-by: Carl Pearson <me@carlpearson.net>
This commit is contained in:
2026-01-17 15:04:13 -07:00
parent a186fbba09
commit b2bf9c10ba
2 changed files with 4 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
```bash
cd your/source/tree
podman run --rm -v "${PWD}":/src ghcr.io/cwpearson/cmake-format:0.6.13 cmake-format ...
podman run --rm -v "${PWD}":/src git.carlpearson.net/cwpearson/cmake-format:0.6.13 cmake-format ...
```
Inside the container, the working directory is /src, we use the volume mount to map the host working directory `${PWD}` into `/src`: `-v "${PWD}"/src`.
@@ -16,8 +16,3 @@ podman build -f cmake-format-0.6.13.dockerfile -t cmake-format:0.6.13
podman run --rm -v "${PWD}":/src cmake-format:0.6.13 cmake-format ...
```
## Deploy
1. Create a "personal access token (classic)" with `write:packages`
* account > settings > developer settings > personal access tokens
2. Put that personal access token as the repository secret `GHCR_TOKEN`.