Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kayceesrk committed Jun 8, 2020
1 parent c57670b commit c819fc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ repository of multicore specific packages.

```bash
$ opam update
$ opam switch create 4.10.0+multicore --repositories=multicore=git+https://github.com/ocamllabs/multicore-opam.git,default
$ opam switch create 4.10.0+multicore --packages=ocaml-variants.4.10.0+multicore,ocaml-secondary-compiler --repositories=multicore=git+https://github.com/ocamllabs/multicore-opam.git,default
$ opam switch 4.10.0+multicore
$ opam install dune.1.9.1 domainslib
$ opam install dune domainslib
```

## Development
Expand All @@ -37,9 +37,9 @@ repository:
First install the multicore compiler and dune:
```bash
$ opam update
$ opam switch create 4.10.0+multicore --repositories=multicore=git+https://github.com/ocamllabs/multicore-opam.git,default
$ opam switch create 4.10.0+multicore --packages=ocaml-variants.4.10.0+multicore,ocaml-secondary-compiler --repositories=multicore=git+https://github.com/ocamllabs/multicore-opam.git,default
$ opam switch 4.10.0+multicore
$ opam install dune.1.9.1
$ opam install dune
```

Then, pin a clone of this repo:
Expand Down

0 comments on commit c819fc0

Please sign in to comment.