Skip to content

Commit

Permalink
chore: adding how to try with nix to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wllfaria committed May 31, 2024
1 parent 6cb01eb commit 0fbb850
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,28 @@ free and open source.
</details>

## 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.
Expand Down

0 comments on commit 0fbb850

Please sign in to comment.