diff --git a/README.md b/README.md index 1e66845..7ea0792 100644 --- a/README.md +++ b/README.md @@ -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: ```