From 3199bba672e8045141debf1268873811f17ac405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 18 Sep 2023 13:56:39 +0300 Subject: [PATCH] docs(installation): add instructions for Alpine Linux --- website/docs/installation/apk.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 website/docs/installation/apk.md diff --git a/website/docs/installation/apk.md b/website/docs/installation/apk.md new file mode 100644 index 0000000000..a62017d512 --- /dev/null +++ b/website/docs/installation/apk.md @@ -0,0 +1,7 @@ +# APK + +If you are using Alpine Linux, **git-cliff** is available for [Alpine Edge](https://pkgs.alpinelinux.org/packages?name=git-cliff&branch=edge) and it can be installed via [apk](https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper) (Alpine Package Keeper) after enabling the [community repository](https://wiki.alpinelinux.org/wiki/Repositories): + +```bash +apk add git-cliff +```