diff options
author | Bart Ribbers <PureTryOut@users.noreply.github.com> | 2018-01-02 21:50:19 +0100 |
---|---|---|
committer | mujx <mujx@users.noreply.github.com> | 2018-01-02 22:50:19 +0200 |
commit | 44ee1b549df2cd96f235cf8111288a7cbee57d58 (patch) | |
tree | 82bea5573b1d5abd8ae56f3caa6b04491126ca9c | |
parent | Add missing -j flag to the archive script (diff) | |
download | nheko-44ee1b549df2cd96f235cf8111288a7cbee57d58.tar.xz |
Add Alpine Linux installation instructions (#191)
The first distribution to have nheko in it's official repositories! 🎉 Right now nheko is only in the `testing` repository, but this will be moved to `community` after a while (after which it's available for installation out of the box).
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md index 152890cd..e43cd944 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,14 @@ sudo layman -a matrix sudo emerge -a nheko ``` +#### Alpine Linux (and postmarketOS) + +Make sure you have the testing repositories from `edge` enabled. Note that this is not needed on postmarketOS. + +```sh +sudo apk add nheko +``` + ### Build Requirements - Qt5 (5.7 or greater). Qt 5.7 adds support for color font rendering with |