Skip to content

Commit

Permalink
dependency update in travis script and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienChampion committed Mar 2, 2019
1 parent 11360fd commit c0fc580
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ opam switch create techelson 4.07.1
eval $(opam config env)

opam update
opam install dune menhir zarith ptime
opam install dune menhir zarith ptime stdint

opam --version

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ and run
Techelson relies on the [dune] build system and a few other libraries:

```bash
> opam install dune menhir zarith ptime
> opam install dune menhir zarith ptime stdint
```

(This list of dependencies might be out-of-date. Check `.travis.sh` for the latest version.) Finally, build Techelson with `make`. The binary will be `./bin/techelson`.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ and run
Techelson relies on the [dune] build system and a few other libraries:

```bash
> opam install dune menhir zarith ptime
> opam install dune menhir zarith ptime stdint
```

(This list of dependencies might be out-of-date. Check `.travis.sh` for the latest version.) Finally, build Techelson with `make`. The binary will be `./bin/techelson`.
Expand Down

0 comments on commit c0fc580

Please sign in to comment.