conex PR merged

This commit is contained in:
Hannes Mehnert 2017-02-20 11:34:37 +00:00
parent 9809b49911
commit 98e0847a1b

View file

@ -127,11 +127,9 @@ Each resource can be approved in multiple versions at the same time.
### Installation ### Installation
TODO: remove clone once [PR 8494](https://github.com/ocaml/opam-repository/pull/8494) is merged. TODO: remove clone once [PR 8494](https://github.com/ocaml/opam-repository/pull/8494) is merged.
TODO: remove pin once [PR 8493](https://github.com/ocaml/opam-repository/pull/8493) is merged.
```bash ```bash
$ git clone -b auth https://github.com/hannesm/opam-repository.git repo $ git clone -b auth https://github.com/hannesm/opam-repository.git repo
$ opam pin add conex https://github.com/hannesm/conex.git
$ opam install conex $ opam install conex
$ cd repo $ cd repo
``` ```