Skip to content

Commit

Permalink
Mention eval opam config env (#3310)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremie Dimino <jeremie@dimino.org>
  • Loading branch information
jeremiedimino authored and stephanieyou committed Apr 7, 2020
1 parent 9b47721 commit 52e6fcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52e6fcf

Please sign in to comment.