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