mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
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).
This commit is contained in:
parent
b70d11fb6f
commit
44ee1b549d
1 changed files with 8 additions and 0 deletions
|
@ -42,6 +42,14 @@ sudo layman -a matrix
|
||||||
sudo emerge -a nheko
|
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
|
### Build Requirements
|
||||||
|
|
||||||
- Qt5 (5.7 or greater). Qt 5.7 adds support for color font rendering with
|
- Qt5 (5.7 or greater). Qt 5.7 adds support for color font rendering with
|
||||||
|
|
Loading…
Reference in a new issue