diff --git a/README.md b/README.md index ad1e8c9..fbf0ad7 100644 --- a/README.md +++ b/README.md @@ -98,13 +98,6 @@ env ALL_TESTS=yes cabal v2-test env NIXPKGS_TESTS=yes PRETTY_TESTS=1 cabal v2-test ``` -Run built binary with Cabal: -``` -cabal v2-run hnix -- --help -``` -(`--` is for separation between `cabal` & `hnix` args) - - ## Entering the HNix REPL Enter REPL: @@ -151,6 +144,13 @@ cabal v2-run hnix -- -v5 --trace +RTS -xc Note that this will run quite slowly, but will give the most information as to what might potentially be going wrong during parsing or evaluation. +### Run HNix: +``` +cabal v2-run hnix -- --help +``` +(`--` is for separation between `cabal` & `hnix` args) + + ## Contributing 1. If something in the [quests](https://github.com/haskell-nix/hnix/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22+no%3Aassignee) looks interesting, look through the thread and leave a comment taking it, to let others know you're working on it.