From 162fd7b59fe8069112787b000a1f5cdab71e0a5c Mon Sep 17 00:00:00 2001 From: Ralph Ursprung Date: Tue, 24 Oct 2023 10:52:39 +0200 Subject: [PATCH] add `winget` to README @teo-tsirpanis added miller to `winget` with microsoft/winget-pkgs#123507 (thanks!). accordingly it should also be mentioned in the README so that people are aware of it. fixes #1331 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b9cd76e34..96603c2f42 100644 --- a/README.md +++ b/README.md @@ -64,12 +64,13 @@ There's a good chance you can get Miller pre-built for your system: [![Homebrew/MacOSX](https://img.shields.io/badge/distros-homebrew-ba832b.svg)](https://formulae.brew.sh/formula/miller) [![MacPorts/MacOSX](https://img.shields.io/badge/distros-macports-1376ec.svg)](https://www.macports.org/ports.php?by=name&substr=miller) [![Chocolatey](https://img.shields.io/badge/distros-chocolatey-red.svg)](https://chocolatey.org/packages/miller) +[![winget](https://img.shields.io/badge/distros-winget-red.svg)](https://github.com/microsoft/winget-pkgs/tree/master/manifests/m/Miller/Miller) |OS|Installation command| |---|---| |Linux|`yum install miller`
`apt-get install miller`| |Mac|`brew install miller`
`port install miller`| -|Windows|`choco install miller`| +|Windows|`choco install miller`
`winget install Miller.Miller`| See also [README-versions.md](./README-versions.md) for a full list of package versions. Note that long-term-support (LtS) releases will likely be on older versions.