From 5f69b9746eb9a7b37117eae558d2051d30d9a6da Mon Sep 17 00:00:00 2001 From: Zlendy Date: Fri, 15 Aug 2025 17:37:48 +0200 Subject: [PATCH] Add WinGet installation option to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b4d2fd7..19ecc7a 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,15 @@ sudo dpkg -i /path/to/deb/file Here are the list of available methods for installing on Windows: - [Manually (best)](#manual) - [Binary](#binaries) +- [WinGet](#winget) +### WinGet +Install `ox` from Windows Package Manager. + +```ps1 +winget install --id=curlpipe.ox -e +``` ### MacOS