From 1ecf00f63ced84975c04a62c112416d8fa1435b8 Mon Sep 17 00:00:00 2001 From: CHIKAMATSU Naohiro Date: Wed, 1 May 2024 22:44:57 +0900 Subject: [PATCH] Add description for homebrew --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23ebad1..296c896 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ $ go install github.com/nao1215/mimixbox/cmd/mimixbox@latest $ sudo mimixbox --install /usr/local/bin ``` +## Use homebrew +```shell +$ brew install nao1215/tap/mimixbox +``` + # Development ## Tools & Libraries The table below shows the tools used when developing the commands in the MimixBox project. @@ -153,4 +158,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!