diff --git a/README.md b/README.md index 31fb4c6..df3deae 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,13 @@ I wanted a workflow like Poetry, where I could just add a package and install it in one command. So, I made `hdn`. -You can call it like so: -```shell -hdn add pkgs.hello -``` +You can call it with e.g. `hdn add pkgs.hello pkgs.cowsay`: + +image -This will add `pkgs.hello` to your `home.packages` in `home.nix`, and call `home-manager switch`. +This adds `pkgs.hello` and `pkgs.cowsay` to the `home.packages` attribute in `home.nix`, and calls `home-manager switch`. -If `home-manager switch` fails, it will automatically roll back `home.nix` to its previous version. +If `home-manager switch` fails, it will automatically roll back `home.nix` to its original state. ## Requirements This program requires that: @@ -34,7 +33,7 @@ This program uses Rust, and I don't actually know how to program in Rust. Someday I'll go back, actually learn Rust, and rewrite this, but for now, use at your own risk. ## Installation -An initial version is available for installation at crates.io. +Releases are available on crates.io. ```shell cargo install hdn ```