Skip to content

Commit 0e888f9

Browse files
committed
add instructions on how to install dune
1 parent 04b6cff commit 0e888f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interpreter/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ The text format defines modules in S-expression syntax. Moreover, it is generali
1717

1818
You'll need OCaml 4.12 or higher. Instructions for installing a recent version of OCaml on multiple platforms are available [here](https://ocaml.org/docs/install.html). On most platforms, the recommended way is through [OPAM](https://ocaml.org/docs/install.html#OPAM).
1919

20+
You'll also need to install the dune build system. See the [installation instructions](https://github.com/ocaml/dune#installation-1).
21+
2022
Once you have OCaml, simply do
2123

2224
```

0 commit comments

Comments
 (0)