summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2020-02-23 20:56:37 +0000
committerGitHub <noreply@github.com>2020-02-23 20:56:37 +0000
commitf0db1c5f12c5f485fb22105fcf96b70286cc1660 (patch)
tree5dd7a900114e4e2ceac83ab6eaf7806e851b0fc1
parentDelete old ISSUE_TEMPLATE (diff)
parentAdd Guix build and installation instructions (diff)
downloadnheko-f0db1c5f12c5f485fb22105fcf96b70286cc1660.tar.xz
Merge pull request #129 from nico202/master
Add Guix build and installation instructions
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md

index c07dcadc..ed0cb0fb 100644 --- a/README.md +++ b/README.md
@@ -80,6 +80,12 @@ sudo apk add nheko flatpak install flathub io.github.NhekoReborn.Nheko ``` +#### Guix + +``` +guix install nheko +``` + #### macOS (10.12 and above) with [macports](https://www.macports.org/) : @@ -145,6 +151,12 @@ sudo apt-get update sudo apt-get install -y g++-7 qt59base qt59svg qt59tools qt59multimedia cmake liblmdb-dev libsodium-dev ``` +##### Guix + +```bash +guix environment nheko +``` + ##### macOS (Xcode 8 or later) ```bash