Skip to content

Commit

Permalink
Remove README reference to buildexe flag
Browse files Browse the repository at this point in the history
See #94.
  • Loading branch information
georgefst authored Apr 5, 2022
1 parent f3f9e71 commit bc33c09
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,10 @@ file.)
`pretty-simple` includes a command line executable that can be used to
pretty-print anything passed in on stdin.

It can be installed to `~/.local/bin/` with the following command. Note that you
must enable the `buildexe` flag, since it will not be built by default:
It can be installed to `~/.local/bin/` with the following command.

```sh
$ stack install pretty-simple-2.2.0.1 --flag pretty-simple:buildexe
$ stack install pretty-simple
```

When run on the command line, you can paste in the Haskell datatype you want to
Expand Down

0 comments on commit bc33c09

Please sign in to comment.