summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 01e2f56..025cad6 100644
--- a/README.md
+++ b/README.md
@@ -84,9 +84,9 @@ first. Then install the correct version of the compiler, the build tools, and
the build dependencies:
```
-opam switch 4.03.0
+opam switch 4.07.0
opam install oasis
-opam install fileutils lwt ocplib-endian ounit pcre ppx_deriving_yojson sha toml xml-light batteries
+opam install fileutils lwt lwt_ppx lwt_log ocplib-endian ounit pcre ppx_deriving_yojson sha toml xml-light batteries
```
To build the project and run the unit tests, do this: