Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand All @@ -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