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 authored Apr 7, 2020
2 parents f00dba9 + 0634bf7 commit ab3e2eb
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 ab3e2eb

Please sign in to comment.