Update readme

This commit is contained in:
Carl Pearson
2024-09-30 13:54:28 -06:00
parent 0f320f9481
commit f57c9295ff

View File

@@ -4,7 +4,7 @@
```bash
cd your/source/tree
podman run --rm -v "${PWD}"/src ghcr.io/cwpearson/clang-format-16:latest clang-format ...
podman run --rm -v "${PWD}"/src ghcr.io/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`.