From 0f9b8d80ad83f37788cfdd770bc38ded32eb7c40 Mon Sep 17 00:00:00 2001 From: Doarakko <2wua4nlyi@gmail.com> Date: Wed, 31 Dec 2025 00:20:48 +0900 Subject: [PATCH] docs: add Homebrew install and release instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 035b063..9423cd7 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,19 @@ Draw Yu-Gi-Oh! Card. ## Install -``` +go + +```sh go install github.com/Doarakko/draw@latest ``` +Homebrew + +```sh +brew tap Doarakko/homebrew-tap +brew install draw +``` + ## Usage ``` @@ -24,6 +33,17 @@ draw - [Yu-Gi-Oh! API by YGOPRODeck](https://db.ygoprodeck.com/api-guide/) - [nyanko](https://github.com/mattn/nyanko) +## Release + +```sh +# 1. Create and push tag +git tag v0.1.0 +git push origin v0.1.0 + +# 2. Update homebrew-tap +./scripts/update-homebrew.sh 0.1.0 +``` + ## License MIT