mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
doc: hide some parts of the readme
This commit is contained in:
parent
b308680bee
commit
18024cc5e9
1 changed files with 9 additions and 0 deletions
|
|
@ -179,6 +179,8 @@ $ opam install containers
|
|||
|
||||
### From Sources
|
||||
|
||||
<details>
|
||||
|
||||
You need dune (formerly jbuilder).
|
||||
|
||||
```
|
||||
|
|
@ -200,10 +202,15 @@ $ make bench
|
|||
$ ./benchs/run_benchs.sh
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## Contributing
|
||||
|
||||
PRs on github are very welcome (patches by email too, if you prefer so).
|
||||
|
||||
<details>
|
||||
<summary>how to contribute (click to unfold)</summary>
|
||||
|
||||
### First-Time Contributors
|
||||
|
||||
Assuming your are in a clone of the repository:
|
||||
|
|
@ -250,6 +257,8 @@ To contribute a change, here are the steps (roughly):
|
|||
copy of the repository
|
||||
7. on github, open a "pull request" (PR). Et voilà !
|
||||
|
||||
</details>
|
||||
|
||||
## Tutorial
|
||||
|
||||
This tutorial contains a few examples to illustrate the features and
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue