summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 115c0c77..db522f70 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,12 @@ can be found in the [Github releases](https://github.com/Nheko-Reborn/nheko/rele
 pacaur -S nheko # nheko-git
 ```
 
+#### Debian (10 and above)
+
+```bash
+sudo apt install nheko
+```
+
 #### Fedora
 ```bash
 sudo dnf install nheko
@@ -81,8 +87,15 @@ sudo apk add nheko
 flatpak install flathub io.github.NhekoReborn.Nheko
 ```
 
+#### Guix
+
+```
+guix install nheko
+```
+
 #### macOS (10.14 and above)
 
+
 with [macports](https://www.macports.org/) :
 
 ```sh
@@ -186,8 +199,15 @@ sudo apt install cmake gcc make automake liblmdb-dev libsodium-dev \
     qml-module-qtgraphicaleffects qml-module-qtmultimedia qml-module-qtquick-controls2 qml-module-qtquick-layouts
 ```
 
+##### Guix
+
+```bash
+guix environment nheko
+```
+
 ##### macOS (Xcode 10.2 or later)
 
+
 ```bash
 brew update
 brew install qt5 lmdb cmake llvm libsodium spdlog boost cmark