Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
smolkaj committed Apr 10, 2018
1 parent 01accdc commit 1907124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Conveniently open files such as PDFs in their default applications straigt from
The library requires [`dune`](https://github.com/ocaml/dune) (formerly known as jbuilder) to build, but has no other dependencies.

## Quick start
Run `make test` to see the library in action. This should open several files from the `examples/basic` folder.
Run `make` to build and `make test` to see the library in action. This should open several files from the `examples/basic` folder.

There is also a more sophisticated example in `examples/graphviz` that requires graphivz and Jane Street's [`core`](https://opensource.janestreet.com/core/) (version v0.9.0 or higher). You can build & run it as follows:
```
Expand Down

0 comments on commit 1907124

Please sign in to comment.