Skip to content

Commit

Permalink
Merge pull request #6338 from tobil4sk/patch-1
Browse files Browse the repository at this point in the history
docs: Add winget command for installing opam
  • Loading branch information
kit-ty-kate authored Dec 12, 2024
2 parents c6f86e9 + fbca241 commit a61bc92
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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 @@ -173,6 +173,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

0 comments on commit a61bc92

Please sign in to comment.