diff options
author | Hiroyuki Sato <hiroysato@gmail.com> | 2016-12-19 20:39:42 +0900 |
---|---|---|
committer | Hiroyuki Sato <hiroysato@gmail.com> | 2016-12-19 20:39:42 +0900 |
commit | 369f3f61079eca782219fdc3ef6a80cb9885d770 (patch) | |
tree | 103a9d4e5aa253d6550c66a4892bf2ba9f7f8acc | |
parent | b85abf9de8c388e5d3d10b144f76d0a16b175543 (diff) | |
download | vyconf-369f3f61079eca782219fdc3ef6a80cb9885d770.tar.gz vyconf-369f3f61079eca782219fdc3ef6a80cb9885d770.zip |
Add toml and fileutils
-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 |