Skip to content

Instantly share code, notes, and snippets.

@stevepereira
Last active August 29, 2015 14:13
Show Gist options
  • Save stevepereira/e1c8aa98e9139139cdb0 to your computer and use it in GitHub Desktop.
Save stevepereira/e1c8aa98e9139139cdb0 to your computer and use it in GitHub Desktop.
xnlogic install
# Run in an Admin Powershell session
# Run `Set-ExecutionPolicy –ExecutionPolicy RemoteSigned –Scope Process` and accept the default 'Y'
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
choco install ruby rubygems cmder vagrant virtualbox
gem install xnlogic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment