Skip to content

Commit 7c3ebbd

Browse files
committed
Improve contributing.md
1 parent 4fb4d80 commit 7c3ebbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Thanks for your interest. Below is an informal spec of how the plugin's server c
2525
## Install Dependencies
2626

2727
- Run `npm install` at the root. This will also install the npm modules for both the `client` and `server` folders.
28-
- `opam switch 4.12.0`. OPAM [here](https://opam.ocaml.org). This is needed for the `analysis` folder, which is native code.
28+
- `opam switch 4.12.0` (if you haven't created the switch, do it). OPAM [here](https://opam.ocaml.org). This is needed for the `analysis` folder, which is native code.
2929
- Optionally, you can `opam install ocamlformat` and format the `.ml` files in `analysis`.
3030

3131
## Build & Run
3232

3333
- `npm run compile`. You don't need this if you're developing this repo in VSCode. The compilation happens automatically in the background.
34-
- `cd analysis && make`.
34+
- `cd analysis && make depend && make` (you only need `make depend` for the first run).
3535

3636
## Test
3737

0 commit comments

Comments
 (0)