tbillington / kondo

Cleans dependencies and build artifacts from your projects.
MIT License
1.76k stars 51 forks source link

Update README.md with winget install command #116

Closed licon4812 closed 8 months ago

licon4812 commented 8 months ago

I have created a PR for the addition of the kondo cli package into the winget package manager.

https://github.com/microsoft/winget-pkgs/pull/131333

In this PR I have added the command winget install kondo

to the READ.md cli install instructions

tbillington commented 8 months ago

Looks good :) let me know if you need anything.

licon4812 commented 8 months ago

@tbillington kondo has successfully been added to winget.

As per the readme update in this PR here is how to install kondo on Windows via winget

image

If the vcredist dependency is missing from the system winget will automatically install it as part of

winget install kondo

tbillington commented 8 months ago

Awesome :)