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 +```