Skip to content

v0.1.1

Compare
Choose a tag to compare
@ejfitzgerald ejfitzgerald released this 23 Oct 21:30
· 7 commits to master since this release

Changes

  • Limited version display to simply: clang-tidy-cache version

Installing

Linux

curl -Lo clang-tidy-cache https://github.com/ejfitzgerald/clang-tidy-cache/releases/download/v0.1.1/clang-tidy-cache-linux-amd64 && chmod +x clang-tidy-cache && sudo mv clang-tidy-cache /usr/local/bin

macOS

curl -Lo clang-tidy-cache https://github.com/ejfitzgerald/clang-tidy-cache/releases/download/v0.1.1/clang-tidy-cache-darwin-amd64 && chmod +x clang-tidy-cache && sudo mv clang-tidy-cache /usr/local/bin