From be792cab2e746768b7fba4397d7fab4dc7f2cfd0 Mon Sep 17 00:00:00 2001 From: lurchi Date: Mon, 13 Apr 2020 20:48:10 +0200 Subject: [PATCH] clarify --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0adda85..5e62f72 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Currently the overlay provides these packages: - GNUnet itself - libgnurl -## Installation of the GNUnet service (NixOS) +## Installation of the GNUnet service (NixOS only) On NixOS we can install this overlay system-wide and then enable the GNUnet service. This will install the *multi-user setup* as described in the [official documentation](https://docs.gnunet.org/handbook/gnunet.html#Installing-GNUnet). We have to add this to our ``/etc/nixos/configuration.nix``: ``` @@ -47,7 +47,7 @@ $ touch ~/.config/gnunet.conf $ gnunet-arm -s ``` -## Installation of the GNUnet package (Nix on other systems) +## Installation of the GNUnet package into the user environment (Nix on all systems) We can install the overlay into the user environment like this: ```shell