We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
brew install git
curl -L get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
open ~/.bashrc
source ~/.rvm/scripts/rvm ``` * Install Ruby 1.9.3 with rvm install 1.9.3 * And set this version as the default `rvm 1.9.3 --default`
rvm install 1.9.3
To develop your own ConnectFour app, you should start by forking this repo.