scopebad.blogg.se

Chocolatey install
Chocolatey install









chocolatey install chocolatey install

For specific commands, add the command and then the help switch e.g.

chocolatey install

Give choco.exe /? a shot (or choco.exe -h). Or an alternative choco script specifically design for dev environment -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString(''))" Then download and run the choco script -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString(''))" This is how you install git using chocolatey: choco install gitįirst install Chocolatey using cmd -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString(''))" & SET PATH=%PATH% %ALLUSERSPROFILE%\chocolatey\bin Chocolatey is a package manager for windows, allowing you to install apps with a single command.











Chocolatey install