We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9010809 commit d9adcdbCopy full SHA for d9adcdb
README.md
@@ -295,12 +295,18 @@ sudo port install yq
295
Supported by @herbygillot (https://ports.macports.org/maintainer/github/herbygillot)
296
297
### Alpine Linux
298
-- Enable edge/community repo by adding ```$MIRROR/alpine/edge/community``` to ```/etc/apk/repositories```
299
-- Update database index with ```apk update```
300
-- Install yq with ```apk add yq```
301
302
-Supported by Tuan Hoang
303
-https://pkgs.alpinelinux.org/package/edge/community/x86/yq
+Alpine Linux v3.20+ (and Edge):
+```
+apk add yq-go
+
304
+Alpine Linux up to v3.19:
305
306
+apk add yq
307
308
309
+Supported by Tuan Hoang (https://pkgs.alpinelinux.org/packages?name=yq-go)
310
311
312
## Features
0 commit comments