Improve README

This commit is contained in:
Martin Puppe 2020-09-17 13:01:24 +02:00
parent b8ff16e98a
commit 9c373d62d7

View file

@ -7,13 +7,14 @@ This repository contains files for building
You first need to generate the necessary Nix files: You first need to generate the necessary Nix files:
``` bash ``` bash
nix-shell nix-shell --run 'bash generate.sh'
bash generate.sh
exit
``` ```
Afterwards, the distribution for financier can be built: Afterwards, the distribution for financier can be built:
``` bash ``` bash
nix-build dist.nix nix-build dist.nix
``` ```
There is also a module (module.nix) that you can use in your NixOS
configuration.