Skip to content

Instantly share code, notes, and snippets.

@taylorc
Created March 25, 2013 10:39
Show Gist options
  • Select an option

  • Save taylorc/5236289 to your computer and use it in GitHub Desktop.

Select an option

Save taylorc/5236289 to your computer and use it in GitHub Desktop.
Set Up Chocolatey at the Command Prompt
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('http://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment