~toastal/easy-purescript-nix

8720daaf710d92b7296bb40a11086f34a2db242a — toastal 3 years ago f0a5957 console-highlighting
Use console highlighting in README
1 files changed, 4 insertions(+), 4 deletions(-)

M README.md
M README.md => README.md +4 -4
@@ 22,13 22,13 @@ I have written about how to use parts of Nix here: <https://github.com/justinwoo

Behold:

```
> nix-env -f default.nix -iA purs
```console?comments=true
$ nix-env -f default.nix -iA purs 
# or nix-env -if purs.nix

> which purs
$ which purs
/home/justin/.nix-profile/bin/purs
> purs --version
$ purs --version
0.13.8
```