From 1907124719cbbf9dc401dd11a119707709dd4428 Mon Sep 17 00:00:00 2001 From: Steffen Smolka Date: Tue, 10 Apr 2018 00:18:12 -0400 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ```