diff --git a/README.md b/README.md index 6a694af..4ae774a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ $ nix-channel --add https://github.com/ryantm/agenix/archive/master.tar.gz ageni $ nix-channel --update ``` - Than add the following to your configuration.nix in the `imports` list: + Then add the following to your configuration.nix in the `imports` list: ```nix { @@ -61,6 +61,16 @@ $ nix-channel --update } ``` +#### CLI + + To install the `agenix` binary: + +```nix +{ + environment.systemPackages = [ import {}.agenix ]; +} +``` + ### fetchTarball Add the following to your configuration.nix: