We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The command from the readme.md file seems to be wrong. dotnet tool update -g redth.net.maui.check --source https://api.nuget.org/v3/index.json
dotnet tool update -g redth.net.maui.check --source https://api.nuget.org/v3/index.json
The cmd says that the "--source" is no parameter or command. I guess it should be "--add-source"? At least according to the docs.
dotnet tool update -g redth.net.maui.check --add-source https://api.nuget.org/v3/index.json
https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-tool-update
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The command from the readme.md file seems to be wrong.
dotnet tool update -g redth.net.maui.check --source https://api.nuget.org/v3/index.json
The cmd says that the "--source" is no parameter or command.
I guess it should be "--add-source"? At least according to the docs.
dotnet tool update -g redth.net.maui.check --add-source https://api.nuget.org/v3/index.json
https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-tool-update
The text was updated successfully, but these errors were encountered: