diff options
author | Daniil Baturin <daniil@baturin.org> | 2016-12-20 17:20:12 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2016-12-20 17:20:12 +0700 |
commit | 5eed572bc4a383a123fc694cb328567fe0e492fb (patch) | |
tree | 5883d167d55655b1fc8f0a852518e0b2b520765f /README.md | |
parent | f0eeeead03cd27c375ca28161dab603bee56341c (diff) | |
parent | bab919d25e58bf6f1a18fa5dcc0d00e002301309 (diff) | |
download | vyconf-5eed572bc4a383a123fc694cb328567fe0e492fb.tar.gz vyconf-5eed572bc4a383a123fc694cb328567fe0e492fb.zip |
Merge branch 'master' of github.com:dmbaturin/vyconf-experimental
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 |