Skip to content

Commit 1ee81ee

Browse files
committed
Add build instructions to README
1 parent 46ae17f commit 1ee81ee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![CI](https://github.com/mit-pdos/tulip-proof/actions/workflows/ci.yml/badge.svg)](https://github.com/mit-pdos/tulip-proof/actions/workflows/ci.yml)
44

5-
Program proofs for [tulip](https://github.com/mit-pdos/tulip), using [Perennial](https://github.com/mit-pdos/perennial).
5+
Program proofs for [tulip](https://github.com/mit-pdos/tulip), using [Perennial](https://github.com/mit-pdos/perennial) (the "old" version, prior to new goose).
66

7-
Note: these proofs are built using the "old" version of Goose. They depend on the perennial-old.opam file.
7+
To build run `opam install --deps-only .` and then `dune build`.
8+
9+
You can update the version of perennial used with `go tool perennial-cli opam update`.

0 commit comments

Comments
 (0)