Skip to content

Commit

Permalink
Merge branch 'master' into toplevel-ppx
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanieyou committed Apr 7, 2020
2 parents 821c47a + 0634bf7 commit 974b525
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 974b525

Please sign in to comment.