Skip to content

Commit

Permalink
docs(installation): add instructions for Alpine Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 18, 2023
1 parent 6d9fb20 commit 3199bba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/docs/installation/apk.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 3199bba

Please sign in to comment.