improve: clarification of add step for nuget package

This commit is contained in:
h z
2024-12-12 12:36:08 +00:00
parent 8666dc4703
commit 1f46ce1cf0

View File

@@ -63,6 +63,7 @@ Alternatively, add the NuGet source:
```bash
dotnet nuget add source --name hangman-lab https://git.hangman-lab.top/api/packages/hzhang/nuget/index.json
dotnet add package --source hangman-lab Skeleton
```
## Usage