Skip to content

Commit

Permalink
Fix typo and tighten up language a little bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jm committed Apr 10, 2012
1 parent 9c3a2be commit 4bab583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Railcar

Railcar is a fully isolate Rails development environment. The application itself is developed in MacRuby using XCode and Interface Builder. On first run, it will bootstrap itself with:
Railcar is a fully isolated Rails development environment. The application itself is developed in MacRuby using XCode and Interface Builder. On first run, it will bootstrap itself with:

* An isolated, Railcar-owned installation of Homebrew
* RbEnv through Homebrew
* Ruby 1.9.3-p125 through RbEnv
* Sqlite through Homebrew
* Rails 3.2 (or whatever the latest release currently is)

These installations are isolated from your system installs, so if you're already using Homebrew, RVM, RbEnv, etc. then it won't mess with anything.
These installations are isolated from your system installs, so if you're already using Homebrew, RVM, RbEnv, etc. then it won't mess with anything. When you're done with Railcar, just toss the app bundle and all this stuff goes with it.

## Requirements

* Mac OS X 10.6+
* A C compiler (currently; we are working on changing that). Acceptable options:
* A C compiler (currently; we are working on changing that). Preferred options:
* XCode
* Apple's command line tools downloadable from the Developer Center (GCC without XCode basically)
* GCC installer package from here: [https://github.com/kennethreitz/osx-gcc-installer](https://github.com/kennethreitz/osx-gcc-installer)
Expand Down

0 comments on commit 4bab583

Please sign in to comment.