From 8ad365668ca33822eda3521b165c90535d095523 Mon Sep 17 00:00:00 2001 From: lurchi Date: Wed, 14 Nov 2018 18:54:00 +0100 Subject: [PATCH] update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4510ea5..2b3f1a2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # Nixpkgs overlay with GNUnet-related packages -This repository contains experimental packages related to [GNUnet](https://gnunet.org) for the Nix package manager. There exists a GNUnet package in the official nixpkgs repository but as GNUnet is still under heavy development, it is recommended to use a fairly recent version from the master branch of GNUnet's git repository. +This repository contains experimental packages related to [GNUnet](https://gnunet.org) for the [Nix package manager](https://nixos.org/nix). There exists a GNUnet package in the official nixpkgs repository but as GNUnet is still under heavy development, it is recommended to use a fairly recent version from the master branch of GNUnet's git repository. -# Installation +Currently the overlay provides these packages: + +- GNUnet itself +- libgnurl + +## Installation We can install the overlay into the user environment like this: ```shell