diff --git a/README.md b/README.md index 73b716f8..61c006ee 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ Select the skills you need from the wizard. Skills are installed to your chosen
Alternative installation methods +**On .NET 10 or later?** `dnx` ships with the .NET SDK and runs [`skillz`](https://www.nuget.org/packages/skillz), which is like `skills` but natively a .NET tool, no Node.js required: + +```bash +dnx skillz add microsoft/skills +``` + **Manual installation (git clone)** ```bash