Skip to content

Commit

Permalink
Merge pull request #160 from toastal/console-highlighting
Browse files Browse the repository at this point in the history
Use console highlighting in README
  • Loading branch information
justinwoo authored Aug 26, 2021
2 parents e77a988 + e597bf3 commit 5716cd7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A project for using PureScript and related tooling easily with Nix. Note that th

See [ci.nix](./ci.nix) in this repo for a Nix expression example to be used with `nix-shell`.

```text
```console
$ nix-shell ./ci.nix
```

Expand All @@ -22,14 +22,14 @@ I have written about how to use parts of Nix here: <https://github.com/justinwoo

Behold:

```
> nix-env -f default.nix -iA purs
# or nix-env -if purs.nix
```console
$ 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
0.13.8
0.14.4
```

Or by `shell.nix`:
Expand Down

0 comments on commit 5716cd7

Please sign in to comment.