Skip to content
Snippets Groups Projects
Commit 44ee1b54 authored by Bart Ribbers's avatar Bart Ribbers Committed by mujx
Browse files

Add Alpine Linux installation instructions (#191)

The first distribution to have nheko in it's official repositories! :tada:

    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).
parent b70d11fb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment