From 8abe1a162e7524d8c1c9e104634801a24add7d53 Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Thu, 30 Nov 2023 17:19:15 +0300 Subject: [PATCH] README: detail opam instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c78dc92d..6b223ef5 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,17 @@ the links on its [home page][playground]. ### opam +Create a project directory with an optional local switch: + +``` +mkdir project +cd project +opam switch create . 5.1.0 +eval $(opam env) +``` + +Install Dream: + ``` opam install dream ```