Skip to content

Commit

Permalink
OPAM hint in README
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Apr 18, 2018
1 parent 421496f commit d67258c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -13,8 +13,14 @@ A Coq implementation of a minimalistic blockchain-based consensus protocol.

### Building

Run `make clean; make` from the root folder. This will build all
the libraries and will check all the proofs.
We recommend installing requirements via [OPAM](https://opam.ocaml.org/doc/Install.html):
```
opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-mathcomp-ssreflect
```

Then, run `make clean; make` from the root folder. This will build all
the libraries and check all the proofs.

## Project Structure

Expand Down

0 comments on commit d67258c

Please sign in to comment.