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

docs: Add winget command for installing opam #6338

Merged
merged 2 commits into from
Dec 12, 2024
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
10 changes: 9 additions & 1 deletion doc/pages/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sudo install <downloaded file> /usr/local/bin/opam
> you can use pre-built [Docker images for various
> configurations](https://hub.docker.com/r/ocaml/opam).

## Using your distribution's package system
## Using your system's package manager

This is generally the recommended way, **when available and up-to-date** (you
can check [here](Distribution.html) the latest
Expand Down Expand Up @@ -200,6 +200,14 @@ The opam package for [guix](https://www.gnu.org/software/guix/) can be installed
guix install opam
```

#### Windows

[![badge](https://repology.org/badge/version-for-repo/winget/opam.svg)](https://repology.org/project/opam/versions)

```
winget install Git.Git OCaml.opam
```

## From Sources

#### Getting the Sources
Expand Down
1 change: 1 addition & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ users)
* Fix typo in pin edit man page doc [#6315 @shym]
* Clarify documentation for `enable` pseudo-variable [#5659 @gridbugs]
* Manual: add information when flags (`avoid-version`, `deprecated`) were introduced [#6320 @hannesm]
* Add winget command for installing opam [#6338 @tobil4sk]

## Security fixes

Expand Down
Loading