From 0634bf7879514c9fac1e98aefe80f09d85d78658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Dimino?= Date: Tue, 7 Apr 2020 14:11:58 +0100 Subject: [PATCH] Mention eval opam config env (#3310) Signed-off-by: Jeremie Dimino --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3cba95a1fa0..938d2ed7bde 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,11 @@ The recommended way to install dune is via the [opam package manager][opam]: $ opam install dune ``` +If you are new to opam, make sure to run `eval $(opam config env)` to +make `dune` available in your `PATH`. The dune binary is self +contained and relocatable, so you can safely copy it somewhere else to +make it permanently available. + You can also build it manually with: ```sh