dn-vm / dnvm

dnvm is a command-line interface for installing and updating different dotnet SDKs
https://dnvm.net
MIT License
59 stars 8 forks source link

Rename 'install' to 'track' and add 'uninstall' #110

Closed agocke closed 10 months ago

agocke commented 10 months ago

The 'dnvm install' command mostly starts tracking a channel, and only incidentally installs an SDK.

Also adds an uninstall command that can remove a particular SDK.