From da1598fc28517a9f139c061f3dc6b3505b88d2bc Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Sat, 19 Sep 2026 01:37:59 -0300 Subject: [PATCH] Add winget installer one-liner to the README. --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 846f844..aab3469 100644 --- a/readme.md +++ b/readme.md @@ -35,6 +35,8 @@ Windows (PowerShell): irm https://github.com/devlooped/ndx/releases/latest/download/install.ps1 | iex ``` +> Or via [winget](https://github.com/microsoft/winget-pkgs/pull/437477): `winget install Devlooped.ndx` +> > Alternatively (perhaps of debatable utility), you can install using the .NET SDK too: > `dotnet tool install -g ndx`