Skip to content

Commit

Permalink
Update Install.md FreeBSD instructions
Browse files Browse the repository at this point in the history
If someone is a complete FreeBSD greenhorn newbie, they might not realize that the opam package is `ocaml-opam`, and installing from source is painful.
  • Loading branch information
lukstafi committed Jan 3, 2024
1 parent 7c69d94 commit 8c21319
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/pages/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ pkg_add opam

Opam is available in the ports and packages tree on FreeBSD 11 or higher.

```
pkg install ocaml-opam
```

or to install from source:

```
cd /usr/ports/devel/ocaml-opam
make install
Expand Down

0 comments on commit 8c21319

Please sign in to comment.