Update README.md

This commit is contained in:
John Wiegley 2018-04-03 00:33:30 -07:00
parent f5f69b5420
commit dd16c0879e

View file

@ -1,11 +1,10 @@
# hnix
Haskell parser for Nix expression language.
Haskell parser, evaluator and type checker for the Nix language.
## Prerequisites
Nix is installed and in your `$PATH`.
Tested with Nix v1.10.
## Getting Started
@ -19,5 +18,7 @@ $ nix-shell
$ cabal test
...
$ cabal bench
...
$ ./dist/build/hnix/hnix --help
```