From 09e8a56ca440a1ee1d68894abba58d821cb83eaa Mon Sep 17 00:00:00 2001 From: Seonghyeon Cho Date: Fri, 24 Nov 2023 21:20:31 +0900 Subject: [PATCH] docs(website): Add instruction for Homebrew --- website/docs/installation/homebrew.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 website/docs/installation/homebrew.md diff --git a/website/docs/installation/homebrew.md b/website/docs/installation/homebrew.md new file mode 100644 index 0000000000..cfe23b9452 --- /dev/null +++ b/website/docs/installation/homebrew.md @@ -0,0 +1,7 @@ +# Homebrew + +On macOS, **git-cliff** can be installed via [Homebrew](https://formulae.brew.sh/formula/git-cliff): + +```bash +brew install git-cliff +```