File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# gh-cli
2
2
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/ ) 🚀.
4
4
5
5
## CLI Setup
6
6
7
- ### Install
7
+ ### Installation
8
+
9
+ #### macOS
8
10
9
11
``` bash
10
12
$ brew install gh # install gh cli on mac with brew
11
13
$ brew upgrade gh # upgrade
12
14
```
13
15
16
+ #### Windows
17
+
14
18
``` 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
17
21
```
18
22
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 )
20
28
21
29
### Authentication
22
30
You can’t perform that action at this time.
0 commit comments