mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
Add missing required dependency to build instructions in Contributing section
This commit is contained in:
parent
ba516e81af
commit
4fb0df50e9
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ to list authors based on the git commits.
|
||||||
Assuming your are in a clone of the repository:
|
Assuming your are in a clone of the repository:
|
||||||
|
|
||||||
1. Some dependencies are required, you'll need
|
1. Some dependencies are required, you'll need
|
||||||
`opam install benchmark qcheck-core iter gen mdx uutf`.
|
`opam install benchmark qcheck-core iter gen mdx uutf yojson`.
|
||||||
2. run `make all` to enable everything (including tests).
|
2. run `make all` to enable everything (including tests).
|
||||||
3. make your changes, commit, push, and open a PR.
|
3. make your changes, commit, push, and open a PR.
|
||||||
4. use `make test` without moderation! It must pass before a PR
|
4. use `make test` without moderation! It must pass before a PR
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue