Skip to content

Instantly share code, notes, and snippets.

@wilsonmar
Created March 17, 2015 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wilsonmar/7435b93b20ef45c3dd51 to your computer and use it in GitHub Desktop.
Save wilsonmar/7435b93b20ef45c3dd51 to your computer and use it in GitHub Desktop.
Chocolatey install on Windows using Powershell
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment