Last active
August 29, 2015 14:13
-
-
Save pangloss/271f3bb5455e5090976a to your computer and use it in GitHub Desktop.
XN Logic Developer host machine bootstrap for Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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