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 authored and kit-ty-kate committed Jan 3, 2024
1 parent 7c69d94 commit 587c461
Show file tree
Hide file tree
Showing 2 changed files with 7 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
1 change: 1 addition & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ users)
## Github Actions

## Doc
* Improve the installation instructions on FreeBSD [#5775 lukstafi]

## Security fixes

Expand Down

0 comments on commit 587c461

Please sign in to comment.