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