From 0fbb850093afa03025ea4e230283c1d4d61e66c8 Mon Sep 17 00:00:00 2001 From: wiru Date: Fri, 31 May 2024 11:54:42 -0300 Subject: [PATCH] chore: adding how to try with nix to readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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.