Skip to content

Commit

Permalink
Merge pull request #259 from frumioj/patch-1
Browse files Browse the repository at this point in the history
Update for opam 2.1+ installations
  • Loading branch information
talex5 authored Nov 5, 2022
2 parents e3abb7e + 945e04d commit 2737ee6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ Until that is implemented, Carol can ask Bob for a persistent reference (sturdy

To install, you will need a platform with the capnproto package available (e.g. Debian >= 9). Then:

opam install capnp-rpc-unix

(note: if you are using opam < 2.1, direct install is not possible, so do the following):

opam depext -i capnp-rpc-unix

## Structure of the library
Expand Down Expand Up @@ -280,8 +284,9 @@ The service is now usable:
<!-- $MDX skip -->
```bash
$ opam depext -i capnp-rpc-lwt
$ opam install capnp-rpc-lwt
```
(note: or `$ opam depext -i capnp-rpc-lwt` for opam < 2.1)
<!-- $MDX dir=examples/v1 -->
```bash
Expand Down

0 comments on commit 2737ee6

Please sign in to comment.