You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,13 @@ Thanks for your interest. Below is an informal spec of how the plugin's server c
25
25
## Install Dependencies
26
26
27
27
- 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.
29
29
- Optionally, you can `opam install ocamlformat` and format the `.ml` files in `analysis`.
30
30
31
31
## Build & Run
32
32
33
33
-`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).
0 commit comments