From e1abf18f5b1224152df5e4d847858a8dc650e115 Mon Sep 17 00:00:00 2001 From: Martin Puppe Date: Thu, 10 Sep 2020 16:45:24 +0200 Subject: [PATCH] Minor changes in README --- README.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 14ebe54..b2b8b1c 100644 --- a/README.markdown +++ b/README.markdown @@ -1,6 +1,8 @@ # Nix support for financier -This repository contains files for building [financier](https://gitlab.com/mpuppe/financier/). +This repository contains files for building +[financier](https://gitlab.com/mpuppe/financier/) with the +[Nix](https://nixos.org/manual/nix/stable/) package manager. You first need to generate the necessary Nix files: @@ -10,7 +12,7 @@ bash generate.sh exit ``` -Afterwards, the distribution for financier can be build: +Afterwards, the distribution for financier can be built: ``` bash nix-build dist.nix