From fdeee6a9cdb70da611190f2e237351afcaf8f70f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20=C3=85gren=20Thun=C3=A9?= <46709166+aathn@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:42:07 +0100 Subject: [PATCH] Update installation.md with menhir dependency --- src/pages/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/installation.md b/src/pages/installation.md index e7d8546..c01c47f 100644 --- a/src/pages/installation.md +++ b/src/pages/installation.md @@ -26,7 +26,7 @@ opam update opam switch create miking-ocaml 5.0.0 eval $(opam env) -opam install dune linenoise +opam install dune linenoise menhir ``` :::tip If Using Multiple Opam Switches