Skip to content

Commit f9e0b52

Browse files
authored
docs(README): add mise alternative method installation (#605)
1 parent 4b74a3d commit f9e0b52

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Use ghorg to quickly clone all of an orgs, or users repos into a single director
5050
There are a installation methods available, please choose the one that suits your fancy:
5151
- [Prebuilt Binaries](#prebuilt-binaries)
5252
- [Homebrew](#homebrew)
53+
- [Mise](#mise)
5354
- [Golang](#golang)
5455
- [Docker](#docker)
5556
- [Windows Support](#windows-support)
@@ -78,6 +79,14 @@ If you don't know which to choose its likely going to be the x86_64 version for
7879
brew install gabrie30/utils/ghorg
7980
```
8081

82+
### Mise
83+
84+
If you are an enthusiast user of [Mise](https://github.com/jdx/mise), the polyglot tool versions manager, you can use such command to install the latest version of `ghorg` on Linux/MacOS/Windows:
85+
86+
```bash
87+
mise use -g ghorg@latest
88+
```
89+
8190
### Golang
8291

8392
```bash

0 commit comments

Comments
 (0)