File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 11# gh-cli
22
3- This directory contains a majority of the GitHub scripts for interacting with the GitHub API using the [ gh cli] ( https://cli.github.com/ ) 🚀.
3+ This directory contains scripts for interacting with the GitHub API / GraphQL using the [ gh cli] ( https://cli.github.com/ ) 🚀.
44
55## CLI Setup
66
7- ### Install
7+ ### Installation
8+
9+ #### macOS
810
911``` bash
1012$ brew install gh # install gh cli on mac with brew
1113$ brew upgrade gh # upgrade
1214```
1315
16+ #### Windows
17+
1418``` bash
15- choco install gh # install gh cli on windows with chocolatey
16- choco upgrade gh # upgrade
19+ $ choco install gh # install gh cli on windows with chocolatey
20+ $ choco upgrade gh # upgrade
1721```
1822
19- Other OS's (and install binaries) can find instructions [ here] ( https://cli.github.com/manual/installation )
23+ MSI installer is available [ here] ( https://github.com/cli/cli/releases/latest )
24+
25+ #### Linux/other
26+
27+ Other operating systems and install methods can be found [ here] ( https://github.com/cli/cli#installation )
2028
2129### Authentication
2230
You can’t perform that action at this time.
0 commit comments