diff --git a/README.md b/README.md index a2dcf07..82dd94b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,16 @@ cabal new-install hablo Alternatively, if you prefer to do things yourself you can do a +#### Simple install with nix + +Want to give hablo a quick try using nix ? + +```bash +nix-env -f 'https://git.marvid.fr/Tissevert/mynixpkgs/archive/main.tar.gz' -i hablo +``` + +Visit my [Nix packages](https://git.marvid.fr/Tissevert/mynixpkgs) for a more declarative setup. + #### Manual install from this repository Get a copy of this repository