We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12cdae3 commit 546b7caCopy full SHA for 546b7ca
CONTRIBUTING.md
@@ -47,8 +47,8 @@ opam switch 4.14.0 # can also create local switch with opam switch create . 4.14
47
# Install dev dependencies from OPAM
48
opam install . --deps-only
49
50
-# For IDE support, install the OCaml language server
51
-opam install ocaml-lsp-server
+# For IDE support, install the OCaml language server and OCaml Formatter
+opam install ocaml-lsp-server ocamlformat
52
```
53
54
## Build & Run
0 commit comments