Skip to content

Commit

Permalink
update: updated readme to reference nix flake support
Browse files Browse the repository at this point in the history
  • Loading branch information
Maix0 authored and froz42 committed Nov 18, 2024
1 parent a7eb181 commit e4ba169
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ If you you want to update the tool, you can run the same command.

You can now use the `funcheck` command. (run `funcheck --help` for more information how to use it)

## Nix flake support

If you have the nix package manager installed, you can run funcheck using this command

```bash
nix nix --extra-experimental-features "flakes nix-command" run github:froz42/funcheck
```

this will build funcheck onto your machine, and install llvm-symbolizer (thought it will use the one in your `PATH` by default)

## Build instructions

### Requirements
Expand Down

0 comments on commit e4ba169

Please sign in to comment.