Skip to content

Commit 5aac96d

Browse files
committed
Update opam install command to correct flag
1 parent 2a358eb commit 5aac96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ opam init
5353
opam switch create 5.3.0
5454

5555
# Install dev dependencies from OPAM
56-
opam install . --deps-only --with-test --with-dev-setup -y
56+
opam install . --deps-only --with-test -y
5757
```
5858

5959
#### npm install

0 commit comments

Comments
 (0)