mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 08:35:42 +00:00
Add MacPorts install instructions
This commit is contained in:
parent
af283315f2
commit
4b694fdf85
@ -50,6 +50,12 @@ brew install yq@3
|
|||||||
|
|
||||||
Note that for v3, as it is a versioned brew it will not add the `yq` command to your path automatically. Please follow the instructions given by brew upon installation.
|
Note that for v3, as it is a versioned brew it will not add the `yq` command to your path automatically. Please follow the instructions given by brew upon installation.
|
||||||
|
|
||||||
|
### MacOS via MacPorts:
|
||||||
|
Using [MacPorts](https://www.macports.org/)
|
||||||
|
```
|
||||||
|
sudo port install yq
|
||||||
|
```
|
||||||
|
|
||||||
### Linux via snap:
|
### Linux via snap:
|
||||||
```
|
```
|
||||||
snap install yq
|
snap install yq
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user