README: Getting started: upd nstructions for running the binary

This commit is contained in:
Anton-Latukha 2020-09-29 01:49:12 +03:00
parent 60544cb8a6
commit 6eb309e817
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41

View File

@ -37,9 +37,13 @@ Run testing:
* Selected (list of tests is in `tests/Main.hs`):
```
env NIXPKGS_TESTS=yes PRETTY_TESTS=1 cabal v2-test
./dist/build/hnix/hnix --help
```
Run built binary with Cabal (`--` is for separation between `cabal` & `hnix` args):
```
cabal v2-run hnix -- --help
```
## Using the REPL
Enter REPL: