mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-13 11:55:38 +00:00
README: add instructions for installing with MacPorts
This commit is contained in:
parent
cd83d94b6a
commit
815edef86a
@ -12,10 +12,17 @@ The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed
|
|||||||
### [Download the latest binary](https://github.com/mikefarah/yq/releases/latest)
|
### [Download the latest binary](https://github.com/mikefarah/yq/releases/latest)
|
||||||
|
|
||||||
### MacOS:
|
### MacOS:
|
||||||
|
Using [Homebrew](https://brew.sh/)
|
||||||
```
|
```
|
||||||
brew install yq
|
brew install yq
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Using [MacPorts](https://www.macports.org/)
|
||||||
|
```
|
||||||
|
sudo port selfupdate
|
||||||
|
sudo port install yq
|
||||||
|
```
|
||||||
|
|
||||||
### Ubuntu and other Linux distros supporting `snap` packages:
|
### Ubuntu and other Linux distros supporting `snap` packages:
|
||||||
```
|
```
|
||||||
snap install yq
|
snap install yq
|
||||||
|
Loading…
Reference in New Issue
Block a user