Skip to content

Instantly share code, notes, and snippets.

@pangloss
Last active August 29, 2015 14:13
Show Gist options
  • Save pangloss/271f3bb5455e5090976a to your computer and use it in GitHub Desktop.
Save pangloss/271f3bb5455e5090976a to your computer and use it in GitHub Desktop.
XN Logic Developer host machine bootstrap for Windows
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
choco install ruby vagrant virtualbox
gem update --clear-sources --source http://rubygems.org/ --system
gem install xnlogic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment