X Tutup
Skip to content

Commit a72f634

Browse files
committed
Rearrange Conda installation instructions
Originally, I was thinking of putting Conda in a separate section after the Windows section, since Conda probably isn't as well known or used. But reading through the readme again, it seems like arranging it like the other instructions makes more sense. I found myself trying to look for the instructions when I first read it in the MacOS section, but couldn't find the instructions.
1 parent 71c6b8f commit a72f634

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If anything feels off, or if you feel that some functionality is missing, please
1919

2020
### macOS
2121

22-
`gh` is available via [Homebrew][], [MacPorts][], [Conda](#Conda), 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][].
2323

2424
#### Homebrew
2525

@@ -33,6 +33,14 @@ If anything feels off, or if you feel that some functionality is missing, please
3333
| ---------------------- | ---------------------------------------------- |
3434
| `sudo port install gh` | `sudo port selfupdate && sudo port upgrade gh` |
3535

36+
#### Conda
37+
38+
| Install: | Upgrade: |
39+
|------------------------------------------|-----------------------------------------|
40+
| `conda install gh --channel conda-forge` | `conda update gh --channel conda-forge` |
41+
42+
Additional Conda installation options available on the [gh-feedstock page](https://github.com/conda-forge/gh-feedstock#installing-gh).
43+
3644
### Linux
3745

3846
`gh` is available via [Homebrew](#homebrew), [Conda](#Conda), and as downloadable binaries from the [releases page][].
@@ -65,18 +73,6 @@ For more information and distro-specific instructions, see the [Linux installati
6573

6674
MSI installers are available for download on the [releases page][].
6775

68-
### Other package managers
69-
70-
#### Conda
71-
72-
`gh` is available via [Conda][], a cross-platform package and environment manager.
73-
74-
| Install: | Upgrade: |
75-
|------------------------------------------|-----------------------------------------|
76-
| `conda install gh --channel conda-forge` | `conda update gh --channel conda-forge` |
77-
78-
Additional installation options available on the [gh-feedstock page](https://github.com/conda-forge/gh-feedstock#installing-gh).
79-
8076
### GitHub Actions
8177

8278
GitHub CLI comes pre-installed in all [GitHub-Hosted Runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners).

0 commit comments

Comments
 (0)
X Tutup