Skip to content

Commit a89d27e

Browse files
committed
updating install
1 parent 5b04dc2 commit a89d27e

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

gh-cli/README.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
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

0 commit comments

Comments
 (0)