https://github.com/2sem/homebrew-tap
https://github.com/2sem/homebrew-tap
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/2sem/homebrew-tap
- Owner: 2sem
- Created: 2026-04-04T01:54:42.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-15T10:38:38.000Z (2 months ago)
- Last Synced: 2026-04-15T12:27:32.902Z (2 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-tap
Homebrew tap for the Coinone CLI.
## Install
```bash
brew tap 2sem/tap
brew install coinone
```
Run `brew tap 2sem/tap` once when you first install the tap.
## Upgrade
```bash
brew update
brew upgrade coinone
```
Do not use `brew tap 2sem/tap` as an upgrade step for existing installs.
## Troubleshooting stale tap metadata
First confirm what Homebrew currently sees:
```bash
brew info 2sem/tap/coinone
```
If `brew info` still shows an older stable version than expected after `brew update`, your local tap checkout may still be stale. As a last resort, refresh it and try the upgrade again:
```bash
git -C "$(brew --repository 2sem/tap)" pull --ff-only
brew upgrade coinone
```
## Verify
```bash
coinone --version
coinone doctor --json
```