diff --git a/README.md b/README.md index f11bdce..43b1379 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ dotnet tool update -g dotnet-execute --prerelease Install failed? try the command below: +```sh +dotnet tool update -g dotnet-execute --source https://api.nuget.org/v3/index.json +``` + ```sh dotnet tool update -g dotnet-execute --prerelease --add-source https://api.nuget.org/v3/index.json --ignore-failed-sources ```