Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/install_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,20 @@ Or via [mport(1)](http://man.midnightbsd.org/cgi-bin/man.cgi/mport):
mport install gh
```

### Mise

You can install github cli on Linux using [mise](https://github.com/jdx/mise), the polyglot tool versions manager with a command like this:

```bash
mise use -g gh@latest
```

OR (alias)

```bash
mise use -g github-cli@latest
```

### NetBSD/pkgsrc

The [GitHub CLI package](https://pkgsrc.se/net/gh) is supported by the NetBSD community with updates powered by [NetBSD/pkgsrc](https://github.com/NetBSD/pkgsrc/tree/trunk/net/gh).
Expand Down
14 changes: 14 additions & 0 deletions docs/install_macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,20 @@ To upgrade:
sudo port selfupdate && sudo port upgrade gh
```

### Mise

You can install github cli on MacOS using [mise](https://github.com/jdx/mise), the polyglot tool versions manager with a command like this:

```bash
mise use -g gh@latest
```

OR (alias)

```bash
mise use -g github-cli@latest
```

### Spack

[Spack](https://spack.io/) is a flexible package manager supporting multiple versions, configurations, platforms, and compilers for supercomputers, Linux, and macOS.
Expand Down
14 changes: 14 additions & 0 deletions docs/install_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,20 @@ To upgrade:
conda update gh --channel conda-forge
```

### Mise

You can install github cli on Windows using [mise](https://github.com/jdx/mise), the polyglot tool versions manager with a command like this:

```bash
mise use -g gh@latest
```

OR (alias)

```bash
mise use -g github-cli@latest
```

### Scoop

The [GitHub CLI bucket](https://scoop.sh/#/apps?q=gh) is supported by the Scoop community with updated powered by [ScoopInstaller/Main](https://github.com/ScoopInstaller/Main/blob/master/bucket/gh.json).
Expand Down