Skip to content

Commit

Permalink
Merge branch 'hotfix/readme_patch'
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Oct 5, 2010
2 parents abfbea9 + 933dc19 commit 1fef5a2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,26 @@ So you're intrigued, eh? Great! Blue Shoes is currently in the very nanescent st

## Setting up an environment

First of all, you're going to need git. You can get it [here](http://git-scm.com/).

Blue Shoes works with Ruby 1.9.2. I'm using rvm, so to get 1.9.2, just `rvm install 1.9.2`, and wait!

If you don't have rvm, you can get it [here](http://rvm.beginrescueend.com/). If you don't want to use rvm... you should.

## Grab the source, luke

First, make a fork here on GitHub! Just click the fork button.

Next, clone your version:

$ git clone git@github.com:$YOUR_GITHUB_NAME/blue_shoes.git

This'll make a `blue_shoes` directory, with all the code inside.

Then, grab git-flow: http://github.com/nvie/gitflow

`cd` into the `blue_shoes` directory, and type: '`git flow init`'. Give the default for all of the answers, except for when it asks you about `devel`. Use `development` instead.

## Dependencies

To get qtbindings, first you need qt4 for your platform. Instructions shamelessly stolen from [here](http://github.com/ryanmelt/qtbindings):
Expand Down

0 comments on commit 1fef5a2

Please sign in to comment.