├── tap_migrations.json └── README.md /tap_migrations.json: -------------------------------------------------------------------------------- 1 | { 2 | "gh": "homebrew/core" 3 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | This is a Homebrew tap repository that provides the `gh` formula for GitHub CLI. 2 | 3 | ## Install for macOS 4 | ### Homebrew 5 | To install: 6 | ```sh 7 | brew install gh 8 | ``` 9 | To upgrade: 10 | ```sh 11 | brew upgrade gh 12 | ``` 13 | 14 | ## Other platforms 15 | 16 | See 17 | --------------------------------------------------------------------------------