You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-20Lines changed: 14 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,45 +6,40 @@
6
6
7
7
## Availability
8
8
9
-
GitHub CLI is available for repositories hosted on GitHub.com and GitHub Enterprise Server 2.20+, and to install on macOS, Windows, and Linux.
10
-
9
+
GitHub CLI is available for repositories hosted on GitHub.com and GitHub Enterprise Server 2.20+, and to install on macOS, Windows, and Linux.
11
10
12
11
## Documentation
13
12
14
13
Read the [official docs][] for usage and more information.
15
14
16
-
17
-
18
15
## We want your feedback
19
16
20
17
We'd love to hear your feedback about `gh`. If you spot bugs or have features that you'd really like to see in `gh`, please check out the [contributing page][].
21
18
22
-
23
-
24
19
<!-- this anchor is linked to from elsewhere, so avoid renaming it -->
25
20
## Installation
26
21
27
22
### macOS
28
23
29
-
`gh` is available via [Homebrew][]and [MacPorts][].
24
+
`gh` is available via [Homebrew][], [MacPorts][], and as a downloadable binary from the [releases page][].
30
25
31
26
#### Homebrew
32
27
33
-
|Install:|Upgrade:|
34
-
|---|---|
35
-
|`brew install gh`|`brew upgrade gh`|
28
+
|Install:|Upgrade:|
29
+
|----------------- |----------------- |
30
+
|`brew install gh`|`brew upgrade gh`|
36
31
37
32
#### MacPorts
38
33
39
-
|Install:|Upgrade:|
40
-
|---|---|
41
-
|`sudo port install gh`|`sudo port selfupdate && sudo port upgrade gh`|
0 commit comments