mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
commit
706ba84d73
1 changed files with 8 additions and 0 deletions
|
@ -75,6 +75,14 @@ sudo eselect repository enable matrix
|
|||
sudo emerge -a nheko
|
||||
```
|
||||
|
||||
#### Nix(os)
|
||||
|
||||
```bash
|
||||
nix-env -iA nixpkgs.nheko
|
||||
# or
|
||||
nix-shell -p nheko --run nheko
|
||||
```
|
||||
|
||||
#### Alpine Linux (and postmarketOS)
|
||||
|
||||
Make sure you have the testing repositories from `edge` enabled. Note that this is not needed on postmarketOS.
|
||||
|
|
Loading…
Reference in a new issue