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