diff options
author | Daniil Baturin <daniil@baturin.org> | 2016-12-19 19:09:04 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-19 19:09:04 +0700 |
commit | bab919d25e58bf6f1a18fa5dcc0d00e002301309 (patch) | |
tree | 103a9d4e5aa253d6550c66a4892bf2ba9f7f8acc /README.md | |
parent | b85abf9de8c388e5d3d10b144f76d0a16b175543 (diff) | |
parent | 369f3f61079eca782219fdc3ef6a80cb9885d770 (diff) | |
download | vyconf-bab919d25e58bf6f1a18fa5dcc0d00e002301309.tar.gz vyconf-bab919d25e58bf6f1a18fa5dcc0d00e002301309.zip |
Merge pull request #1 from hiroyuki-sato/fix_doc
Add toml and fileutils to the build dependencies information in the README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ the compiler (e.g. "opam switch 4.03.0"), then install the build tools and build ``` opam install oasis -opam install xml-light lwt ppx_deriving_yojson pcre ounit +opam install xml-light lwt ppx_deriving_yojson pcre ounit fileutils toml ``` I also recommend that you setup utop (a great interactive REPL) and setup your editor with merlin to |