From c3cc20c2b4b208b08763510869485ce5e391cf9c Mon Sep 17 00:00:00 2001 From: Tuschl Date: Wed, 15 Apr 2020 23:48:17 +0200 Subject: [PATCH] Adjust README for DockerHub --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fdfb2d..380dd24 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,19 @@ Docker image verifying the code format with clang-format +--- + +*Disclaimer: + +This is an alpine based fork of [witekio/clang-format-checker](https://hub.docker.com/r/witekio/clang-format-checker)* + +--- + ## Getting Started The following command will mount the current working directory folder to the `src` working directory, and recursively check the format of source files in `src` and `include` directories, as well as `file.cpp` -`docker run --rm -v $(pwd):/src witekio/clang-format-checker -r src includes file.cpp` +`docker run --rm -v $(pwd):/src 2-shell/clang-format-checker -r src includes file.cpp` ## Output