Created
August 3, 2014 13:51
-
-
Save pinalbhatt/09f397979fbb39f0239c to your computer and use it in GitHub Desktop.
Chocolatey Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Chocolatey Install Package | |
cinst packageName | |
//Chocolatey Update | |
cup packageName | |
cup all | |
clist -lo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment