From f275c6b4e30b1cf5b19479f15fbfa71cc393e29e Mon Sep 17 00:00:00 2001 From: Pratik Chaudhary Date: Sat, 15 Apr 2017 19:02:43 +0545 Subject: [PATCH] Add necessary instructions in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0196a04..040a09d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Installation of [`Reason`](http://facebook.github.io/reason/) project for native Clone the repo and install the dependencies: ```sh +opam switch 4.03.0 +eval $(opam config env) git clone https://github.com/reasonml/ReasonNativeProject.git cd ReasonNativeProject # opam will read into the `opam` file and add the other dependencies