diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-08-03 10:23:17 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-08-03 10:23:17 +0300 |
commit | 88e535debebcfd58e7858f01006542dceb3efe21 (patch) | |
tree | d0a7634b262a68414a596f1c71a3b3ff559273c8 /README.md | |
parent | Remove unwanted whitespace from the user settings menu (diff) | |
download | nheko-88e535debebcfd58e7858f01006542dceb3efe21.tar.xz |
Add flatpak installation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index 5c66251f..494013a9 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,12 @@ Make sure you have the testing repositories from `edge` enabled. Note that this sudo apk add nheko ``` +#### Flatpak + +``` +flatpak install flathub io.github.mujx.Nheko +``` + #### macOS (10.12 and above) with [macports](https://www.macports.org/) : |