Install Neko
Neko ships as a .NET global tool. Make sure you have the .NET 10 SDK installed, then run:
dotnet tool install -g Neko
That's it — you can now invoke neko from anywhere on your machine. Verify the install with:
neko --help
Once you're set up, head to the next step to scaffold your first site.