From 85bf4d19ac105080b8439c1df4180f677ad74d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Farias?= Date: Sun, 5 Feb 2023 13:25:57 +0100 Subject: [PATCH] Adding instructions to install on Arch Linux --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dbf5298e..fa0367d8 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,11 @@ brew install yq snap install yq ``` +### Arch Linux via: +``` +pacman -S yq +``` + #### 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: