diff --git a/README.md b/README.md index a7d3cdc..9fbed0e 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ use: nix-shell cabal v2-configure --enable-tests --enable-profiling --flags=profiling --flags=tracing cabal v2-build -./dist/build/hnix/hnix -v5 --trace +RTS -xc +cabal v2-run hnix -- -v5 --trace +RTS -xc ``` Note that this will run quite slowly, but will give the most information as to @@ -94,7 +94,7 @@ To build `hnix` with profiling enabled: nix-shell cabal v2-configure --enable-tests --enable-profiling --flags=profiling cabal v2-build -./dist/build/hnix/hnix +RTS -p +cabal v2-run hnix -- +RTS -p ``` ## Using the Cachix binary cache