From f1a8b5823d435dc6e8c854688dc25c22ebfcb92f Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Sat, 19 Sep 2026 01:26:14 -0300 Subject: [PATCH] Add webi installer one-liner to the README. --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 846f844..6c26589 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 [webi](https://webinstall.dev/ndx): `curl -sS https://webi.sh/ndx | sh` +> > Alternatively (perhaps of debatable utility), you can install using the .NET SDK too: > `dotnet tool install -g ndx`