Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kayceesrk authored Jun 2, 2020
1 parent 2056143 commit c57670b
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,8 +24,8 @@ repository of multicore specific packages.

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

Expand All @@ -37,8 +37,8 @@ repository:
First install the multicore compiler and dune:
```bash
$ opam update
$ opam switch create 4.06.1+multicore --repositories=multicore=git+https://github.com/ocamllabs/multicore-opam.git,default
$ opam switch 4.06.1+multicore
$ opam switch create 4.10.0+multicore --repositories=multicore=git+https://github.com/ocamllabs/multicore-opam.git,default
$ opam switch 4.10.0+multicore
$ opam install dune.1.9.1
```

Expand Down

0 comments on commit c57670b

Please sign in to comment.