Skip to content

Commit 546b7ca

Browse files
committed
[skip ci]: update CONTRIBUTING.md
1 parent 12cdae3 commit 546b7ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ opam switch 4.14.0 # can also create local switch with opam switch create . 4.14
4747
# Install dev dependencies from OPAM
4848
opam install . --deps-only
4949

50-
# For IDE support, install the OCaml language server
51-
opam install ocaml-lsp-server
50+
# For IDE support, install the OCaml language server and OCaml Formatter
51+
opam install ocaml-lsp-server ocamlformat
5252
```
5353

5454
## Build & Run

0 commit comments

Comments
 (0)