chore: Update install links

This commit is contained in:
Marc Rousavy
2023-09-25 13:04:22 +02:00
parent 706341fbdb
commit 979656d379
4 changed files with 4 additions and 4 deletions

View File

@@ -5,5 +5,5 @@ if which clang-format >/dev/null; then
clang-format -style=file:./cpp/.clang-format -i "$file"
done
else
echo "warning: clang-format not installed, download from https://clang.llvm.org/docs/ClangFormat.html (or run brew install clang-format)"
echo "warning: clang-format not installed, install with 'brew install clang-format' (or manually from https://clang.llvm.org/docs/ClangFormat.html)"
fi