Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi authored Oct 9, 2024
1 parent 45e55ba commit 8b0a1ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 8b0a1ba

Please sign in to comment.