From e59f91c725686969561ff6b4a128ee3ac964c8d2 Mon Sep 17 00:00:00 2001 From: qaqland Date: Sat, 14 Dec 2024 17:20:47 +0800 Subject: [PATCH] docs: add Alpine Linux --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d59767..bc5df2e 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,15 @@ Run `code-minimap --help` to view detailed usage. yay -S code-minimap ``` +##### Alpine Linux +`code-minimap` is available in the [testing](https://pkgs.alpinelinux.org/packages?name=code-minimap&branch=edge&repo=testing) repository: + +``` +apk add code-minimap +``` + ##### Gentoo -`code-minimap` is available in the the [GURU](https://github.com/gentoo/guru/) project repository: +`code-minimap` is available in the [GURU](https://github.com/gentoo/guru/) project repository: ``` emerge --ask code-minimap ```