Skip to content

Commit

Permalink
Merge pull request #3444 from rickyvetter/sub
Browse files Browse the repository at this point in the history
add submodule explaination to CONTRIBUTING.md
  • Loading branch information
bobzhang committed Mar 26, 2019
2 parents b18d62e + 67736c7 commit f07fbb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -17,6 +17,12 @@ Prerequisites:
node scripts/buildocaml.js
```

The codebase recently moved from keeping its version of OCaml in a subtree to using git submodules. If you run into error on this step, executing the following can help:

```
git submodule update --init
```

### Build everything in dev mode using vendored compiler

```
Expand Down

0 comments on commit f07fbb6

Please sign in to comment.