Clarify detect_dependencies section in Readme. Issue #48

This commit is contained in:
Mark Rickert
2013-05-09 12:09:07 -04:00
parent e2c5eb66c0
commit b59a2aeef9

View File

@@ -820,7 +820,7 @@ and let's discuss.
1. Clone the repos into `Your-Project/Vendor/ProMotion`
2. Update your `Gemfile`to reference the project as `gem 'ProMotion', :path => "vendor/ProMotion/"`
3. If you're also using [BubbleWrap](http://www.bubblewrap.io), add this line to your `Rakefile`: `app.detect_dependencies = false` *(This is a RubyMotion bug that should be resolved soon)*
3. If you're running RubyMotion < 2.0 and also using [BubbleWrap](http://www.bubblewrap.io), add this line to your `Rakefile`: `app.detect_dependencies = false`
4. Run `bundle`
5. Run `rake clean` and then `rake`
6. Contribute!