From f57c9295ff760d88ab1c5746ad42cc47c232b257 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Mon, 30 Sep 2024 13:54:28 -0600 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af9a57d..4ab4d93 100644 --- a/README.md +++ b/README.md @@ -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`.