Skip to content

Instantly share code, notes, and snippets.

@abrjagad
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abrjagad/931f772f7a62aeb54918 to your computer and use it in GitHub Desktop.
Save abrjagad/931f772f7a62aeb54918 to your computer and use it in GitHub Desktop.
Ruby & gem setup
http://rubyinstaller.org/downloads/
// ruby and devkit - download from here
ruby -v // check version
//devkit instalation
//extract the zip archive anywhere
// in cmd - go that location
// and run these two commands
ruby dk.rb init
ruby dk.rb install
//RubyGems is a package management framework for Ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment