Skip to content

Commit

Permalink
Copy tutorial/guide.md from new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
upamanyus committed Aug 26, 2024
1 parent e787d30 commit 05f31d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial/guide.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# First-time Perennial setup
* Install Go (version 1.18 or newer): https://go.dev/doc/install
* Install Go (version 1.22.5 as of writing): https://go.dev/doc/install
* To install Coq, first install [opam](https://opam.ocaml.org/). Here's a [link
to opam's "how to install" page](https://opam.ocaml.org/doc/Install.html).
* Install Coq version 8.17.0 as described [here](https://coq.inria.fr/opam-using.html).
* Install Coq (version 8.19.2 as of writing) as described [here](https://coq.inria.fr/opam-using.html).
* Set up an editor for Coq as described [here](https://coq.inria.fr/user-interfaces.html).
* Clone the Perennial repository: https://github.com/mit-pdos/perennial
* In the Perennial repo, run `git submodule update --init --recursive` to
Expand Down

0 comments on commit 05f31d8

Please sign in to comment.