mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
Updating README
This commit is contained in:
parent
0557439765
commit
b1292270bb
16
README.md
16
README.md
@ -73,25 +73,11 @@ Using [Homebrew](https://brew.sh/)
|
|||||||
brew install yq
|
brew install yq
|
||||||
```
|
```
|
||||||
|
|
||||||
or, for the (deprecated) v3 version:
|
|
||||||
|
|
||||||
```
|
|
||||||
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.
|
|
||||||
|
|
||||||
### Linux via snap:
|
### Linux via snap:
|
||||||
```
|
```
|
||||||
snap install yq
|
snap install yq
|
||||||
```
|
```
|
||||||
|
|
||||||
or, for the (deprecated) v3 version:
|
|
||||||
|
|
||||||
```
|
|
||||||
snap install yq --channel=v3/stable
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Snap notes
|
#### Snap notes
|
||||||
`yq` installs with [_strict confinement_](https://docs.snapcraft.io/snap-confinement/6233) in snap, this means it doesn't have direct access to root files. To read root files you can:
|
`yq` installs with [_strict confinement_](https://docs.snapcraft.io/snap-confinement/6233) in snap, this means it doesn't have direct access to root files. To read root files you can:
|
||||||
|
|
||||||
@ -277,6 +263,6 @@ Use "yq [command] --help" for more information about a command.
|
|||||||
```
|
```
|
||||||
## Known Issues / Missing Features
|
## Known Issues / Missing Features
|
||||||
- `yq` attempts to preserve comment positions and whitespace as much as possible, but it does not handle all scenarios (see https://github.com/go-yaml/yaml/tree/v3 for details)
|
- `yq` attempts to preserve comment positions and whitespace as much as possible, but it does not handle all scenarios (see https://github.com/go-yaml/yaml/tree/v3 for details)
|
||||||
- Powershell has its own...opinions: https://mikefarah.gitbook.io/yq/usage/tips-and-tricks#quotes-in-windows-powershell
|
- Powershell has its own...[opinions on quoting yq](https://mikefarah.gitbook.io/yq/usage/tips-and-tricks#quotes-in-windows-powershell)
|
||||||
|
|
||||||
See [tips and tricks](https://mikefarah.gitbook.io/yq/usage/tips-and-tricks) for more common problems and solutions.
|
See [tips and tricks](https://mikefarah.gitbook.io/yq/usage/tips-and-tricks) for more common problems and solutions.
|
Loading…
Reference in New Issue
Block a user