README.md: Testing: m upd

This commit is contained in:
Anton-Latukha 2020-09-30 17:06:26 +03:00
parent 471f4d4277
commit c4e3e6fbc3
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 2 additions and 1 deletions

View File

@ -89,10 +89,11 @@ env ALL_TESTS=yes cabal v2-test
env NIXPKGS_TESTS=yes PRETTY_TESTS=1 cabal v2-test
```
Run built binary with Cabal (`--` is for separation between `cabal` & `hnix` args):
Run built binary with Cabal:
```
cabal v2-run hnix -- --help
```
(`--` is for separation between `cabal` & `hnix` args)
## Using the REPL