One more README tweak

This commit is contained in:
Tom McLaughlin 2022-06-14 16:26:07 -07:00
parent cc12e29065
commit b7f9b3a1b3

View File

@ -15,13 +15,13 @@ cabal clean
cabal build --ghc-options "-ddump-to-file -ddump-timings"
```
If you have Nix, you can simply run the version in Nixpkgs!
If you have Nix, you can simply run `time-ghc-modules` from Nixpkgs!
``` bash
nix run nixpkgs#time-ghc-modules
```
To run it from the repo:
Or, clone the repo first:
``` haskell
git clone git@github.com:codedownio/time-ghc-modules.git /path/to/time-ghc-modules