From 018b3572238d1346e4c3777f6c036a2830b97101 Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Thu, 5 Jan 2023 17:24:07 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dac890e..f5edc396 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ To match these with comby, all you need to write is `if (:[condition])`, and spe ## Build from source -- Install [opam](https://opam.ocaml.org/doc/Install.html). TL;DR do `sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)` +- Install [opam](https://opam.ocaml.org/doc/Install.html). TL;DR do `sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)` after making sure you have the basic dependencies (i.e., `sudo apt-get install build-essential patch unzip bubblewrap`) - Run this if you don't have OCaml installed (it bootstraps the OCaml compiler):