Skip to content

Commit

Permalink
fixes typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pithyless committed Feb 16, 2011
1 parent 26bf1d3 commit c42c795
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ Setup QT

Installation of Qt4 and ruby bindings using Homebrew project.

> brew install dbus
> brew install qt --with-qtdbus
> for DIR in /usr/local/Cellar/qt/4.7.1/lib/*.framework; do ln -s /usr/local/Cellar/qt/4.7.1/lib/phonon.framework/Headers /usr/local/Cellar/qt/4.7.1/include/phonon; done
$ brew install dbus
$ brew install qt --with-qtdbus
$ for DIR in /usr/local/Cellar/qt/4.7.1/lib/*.framework; do ln -s /usr/local/Cellar/qt/4.7.1/lib/phonon.framework/Headers /usr/local/Cellar/qt/4.7.1/include/phonon; done

Make RVM gemset (optional)
-------------------------

I like to keep individual projects in separate RVM gemsets (no sharing of ruby gems).

> rvm use 1.9.2@projectX --create
$ rvm use 1.9.2@projectX --create

Hello World!
-----------

> cd to/this/repo
> gem install bundler
> bundle install
> rake
$ cd to/this/repo
$ gem install bundler
$ bundle install
$ rake

Catharsis
---------
Expand Down

0 comments on commit c42c795

Please sign in to comment.