Skip to content

Instantly share code, notes, and snippets.

@sergeyt
Created October 14, 2013 15:01
Show Gist options
  • Save sergeyt/6977084 to your computer and use it in GitHub Desktop.
Save sergeyt/6977084 to your computer and use it in GitHub Desktop.
cmd script to download nuget.exe
powershell -Command "(new-object System.Net.WebClient).DownloadFile('http://az320820.vo.msecnd.net/downloads/nuget.exe', '.nuget\NuGet.exe')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment