mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-06 21:55:37 +00:00
Adding gah as a community supported install method
This commit is contained in:
parent
c34edcf983
commit
e89001156a
10
README.md
10
README.md
@ -294,7 +294,7 @@ Using [winget](https://learn.microsoft.com/en-us/windows/package-manager/)
|
|||||||
winget install --id MikeFarah.yq
|
winget install --id MikeFarah.yq
|
||||||
```
|
```
|
||||||
|
|
||||||
### Mac:
|
### MacPorts:
|
||||||
Using [MacPorts](https://www.macports.org/)
|
Using [MacPorts](https://www.macports.org/)
|
||||||
```
|
```
|
||||||
sudo port selfupdate
|
sudo port selfupdate
|
||||||
@ -324,6 +324,14 @@ Flox can be used to install yq on Linux, MacOS, and Windows through WSL.
|
|||||||
flox install yq
|
flox install yq
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
### MacOS / Linux via gah:
|
||||||
|
Using [gah](https://github.com/marverix/gah)
|
||||||
|
|
||||||
|
```
|
||||||
|
gah install yq
|
||||||
|
```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- [Detailed documentation with many examples](https://mikefarah.gitbook.io/yq/)
|
- [Detailed documentation with many examples](https://mikefarah.gitbook.io/yq/)
|
||||||
- Written in portable go, so you can download a lovely dependency free binary
|
- Written in portable go, so you can download a lovely dependency free binary
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user