Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

~Reorder options,~ fix brew instructions, spelling #4421

Merged
merged 2 commits into from
Jan 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions doc/pages/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ This page describes how to install and configure opam. For further help on how
to use opam, either read [`opam --help`](man/opam.html) or move on to the
[Usage](Usage.html) guide.


## Upgrading from a previous version

Generally, you should just reproduce the same installation steps as for the
Expand Down Expand Up @@ -53,7 +52,7 @@ sudo install <downloaded file> /usr/local/bin/opam

> Note that this script is intended for end-users, not CI. For that purpose,
> you can use pre-built [Docker images for various
> configurations](https://hub.docker.com/r/ocaml/opam2/).
> configurations](https://hub.docker.com/r/ocaml/opam).

## Using your distribution's package system

Expand Down Expand Up @@ -159,11 +158,9 @@ make install
[![badge](https://repology.org/badge/version-for-repo/homebrew/opam.svg)](https://repology.org/project/opam/versions) [![badge](https://repology.org/badge/version-for-repo/macports/opam.svg)](https://repology.org/project/opam/versions)

Opam packages for [homebrew](http://mxcl.github.com/homebrew/) and [MacPorts](http://www.macports.org/) are available.
homebrew need a prior installation of `gpatch`, as opam uses gnu-specific options.

```
# Homebrew
brew install gpatch
brew install opam

# MacPort
Expand Down
1 change: 1 addition & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ users)
* Add `avoid-version` doc [#4896 @AltGR - fix #4864]
* Document custom licenses [#4863 @kit-ty-kate - fix #4862]
* Add OpenBSD & FreeBSD in the precompiled binaries list [#5001 @mndrix]
* install.md: fix brew instructions, spelling [#4421 @johnwhitington]

## Security fixes
*
Expand Down