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
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,12 @@ GitHub CLI is available for repositories hosted on GitHub.com and GitHub Enterpr
14
14
15
15
If anything feels off, or if you feel that some functionality is missing, please check out the [contributing page][contributing]. There you will find instructions for sharing your feedback, building the tool locally, and submitting pull requests to the project.
16
16
17
-
18
17
<!-- this anchor is linked to from elsewhere, so avoid renaming it -->
19
18
## Installation
20
19
21
20
### macOS
22
21
23
-
`gh` is available via [Homebrew][], [MacPorts][], and as a downloadable binary from the [releases page][].
22
+
`gh` is available via [Homebrew][], [MacPorts][], [Conda][], and as a downloadable binary from the [releases page][].
24
23
25
24
#### Homebrew
26
25
@@ -34,24 +33,29 @@ If anything feels off, or if you feel that some functionality is missing, please
Additional Conda installation options available on the [gh-feedstock page](https://github.com/conda-forge/gh-feedstock#installing-gh).
43
+
37
44
### Linux
38
45
39
-
`gh` is available via [Homebrew](#homebrew), and as downloadable binaries from the [releases page][].
46
+
`gh` is available via [Homebrew](#homebrew), [Conda](#Conda), and as downloadable binaries from the [releases page][].
40
47
41
48
For more information and distro-specific instructions, see the [Linux installation docs](./docs/install_linux.md).
42
49
43
50
### Windows
44
51
45
-
`gh` is available via [WinGet][], [scoop][], [Chocolatey][], and as downloadable MSI.
46
-
52
+
`gh` is available via [WinGet][], [scoop][], [Chocolatey][], [Conda](#Conda), and as downloadable MSI.
47
53
48
54
#### WinGet
49
55
50
56
| Install: | Upgrade: |
51
57
| ------------------- | --------------------|
52
-
|`winget install gh`|`winget install gh`|
53
-
54
-
<i>WinGet does not have a specialized `upgrade` command yet, but the `install` command should work for upgrading to a newer version of GitHub CLI.</i>
58
+
|`winget install gh`|`winget upgrade gh`|
55
59
56
60
#### scoop
57
61
@@ -69,9 +73,9 @@ For more information and distro-specific instructions, see the [Linux installati
69
73
70
74
MSI installers are available for download on the [releases page][].
71
75
72
-
### Github Actions
76
+
### GitHub Actions
73
77
74
-
GitHub CLI comes pre-installed in all [Github-Hosted Runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners).
78
+
GitHub CLI comes pre-installed in all [GitHub-Hosted Runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners).
75
79
76
80
### Other platforms
77
81
@@ -88,13 +92,13 @@ what an official GitHub CLI tool can look like with a fundamentally different de
88
92
tools bring GitHub to the terminal, `hub` behaves as a proxy to `git`, and `gh` is a standalone
89
93
tool. Check out our [more detailed explanation][gh-vs-hub] to learn more.
0 commit comments