Skip to content

Commit

Permalink
Merge pull request railsbridge#292 from mxie/mx-remove-redundancy-in-…
Browse files Browse the repository at this point in the history
…readme

Remove extraneous bundle and brew instructions in README
  • Loading branch information
tjgrathwell committed Dec 5, 2014
2 parents 8c0bf74 + 7d6789f commit 342a9cd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ git clone https://github.com/username/bridge_troll.git
cd bridge_troll
```

Make sure you have the correct version of ruby before installing the gems for this repo. If you are using rvm, run this `rvm install 2.1.2`. For rbenv, run this `rbenv install 2.1.2`.
```
bundle install
brew update
```
Make sure you have the correct version of ruby before installing the gems for this repo. If you are using rvm, run: `rvm install 2.1.2`. For rbenv, run: `rbenv install 2.1.2`.

Finish setting up your environment (Note: This has nothing to do with Twitter Bootstrap)
```
Expand All @@ -62,6 +58,7 @@ Go to http://localhost:3000/ and verify your success! You can play with the app

This project has many tests that you should run before submitting a pull request, even if it's just a simple text change. You will need to install PhantomJS to run the tests. On OSX with Homebrew, try
```
brew update
brew install phantomjs
```

Expand Down

0 comments on commit 342a9cd

Please sign in to comment.