From 1f46ce1cf04e8c53fcc19fbf257ddc3cc24de5c7 Mon Sep 17 00:00:00 2001 From: hzhang Date: Thu, 12 Dec 2024 12:36:08 +0000 Subject: [PATCH] improve: clarification of add step for nuget package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4eb9de9..68c79cd 100644 --- a/README.md +++ b/README.md @@ -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