From 9c373d62d7b060553286f3975aade042e631a9c7 Mon Sep 17 00:00:00 2001 From: Martin Puppe Date: Thu, 17 Sep 2020 13:01:24 +0200 Subject: [PATCH] Improve README --- README.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index b2b8b1c..4ac8f66 100644 --- a/README.markdown +++ b/README.markdown @@ -7,13 +7,14 @@ This repository contains files for building You first need to generate the necessary Nix files: ``` bash -nix-shell -bash generate.sh -exit +nix-shell --run 'bash generate.sh' ``` Afterwards, the distribution for financier can be built: ``` bash nix-build dist.nix -``` \ No newline at end of file +``` + +There is also a module (module.nix) that you can use in your NixOS +configuration. \ No newline at end of file