Skip to content

Commit

Permalink
add missing opam step in macos source install
Browse files Browse the repository at this point in the history
Summary:
@public
The "eval `opam config env`" step was missing from the macos instructions.

See #26

Test Plan: No functional change
  • Loading branch information
jvillard committed Jun 15, 2015
1 parent 3eb0250 commit 17f0b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Install the OCaml dependencies:

```bash
opam init --comp=4.01.0 # (answer 'y' to the question)
eval `opam config env`
opam install sawja.1.5 atdgen.1.5.0 javalib.2.3 extlib.1.5.4
```

Expand Down

0 comments on commit 17f0b5c

Please sign in to comment.