diff --git a/README.md b/README.md index 76936f7..662d500 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,28 @@ free and open source. ## Table of contents +- [Try it](#try-it) - [Installation](#installation) - [Documentation](#usage) - [Customization](#customization) - [Contributing](#contributing) - [Changelog](#changelog) +## Try it + +### Nix ❄️ + +If you already have Nix setup with flake support, you can try out hac with the +nix run command: + +```sh +nix run github:wllfaria/hac +``` + +Nix will build and run hac. + +If you want to pass arguments this way, use e.g. `nix run github:wllfaria/hac -- -h` + ## Installation This section should guide you through the hac installation process.