Minor changes in README

This commit is contained in:
Martin Puppe 2020-09-10 16:45:24 +02:00
parent 0d00fa5123
commit e1abf18f5b

View file

@ -1,6 +1,8 @@
# Nix support for financier # 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: You first need to generate the necessary Nix files:
@ -10,7 +12,7 @@ bash generate.sh
exit exit
``` ```
Afterwards, the distribution for financier can be build: Afterwards, the distribution for financier can be built:
``` bash ``` bash
nix-build dist.nix nix-build dist.nix