Skip to content

Commit

Permalink
Updating readme with requirements and fixing template url
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsaylor committed Apr 13, 2012
1 parent edc07df commit a5ec846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -15,10 +15,11 @@ This Rails 3 template brings a base rails app up to the bare minimum I use for s

* Bundler
* Rails 3
* `gem install rb-fsevent` on Mac OS X for Guard

## Usage

rails new appname -m https://github.com/cwsaylor/rails3-quickstart/rails3-quickstart/base.rb
rails new appname -m https://raw.github.com/cwsaylor/rails3-quickstart/master/base.rb

## Post Install Notes

Expand Down
3 changes: 0 additions & 3 deletions base.rb
Expand Up @@ -39,6 +39,3 @@
git :add => "."
git :commit => "-m 'Initial commit.'"

puts "-----------------------------------------------"
puts "You should run `gem install rb-fsevent`"
puts "-----------------------------------------------"

0 comments on commit a5ec846

Please sign in to comment.