README.md in less-rails-bootstrap-2.2.1 vs README.md in less-rails-bootstrap-2.3.0
- old
+ new
@@ -50,9 +50,20 @@
We also have a test rails project setup using all the examples documented above. If you make a github issue and complain about something, I will likely forward you to this project.
[https://github.com/metaskills/less-rails-bootstrap-test](https://github.com/metaskills/less-rails-bootstrap-test)
+## Contributing
+
+Here are the steps to update the version of twitter bootstrap used.
+
+* Clone this repository.
+* Clone the [bootstrap repo](https://github.com/twitter/bootstrap) in a twitter/bootstrap directory next to the clone of less-rails-bootstrap done above.
+* Change directories into the twitter/bootstrap clone and do a git checkout on the version you are targeting. For example `git checkout v2.3.0`. This will setup the proper version to copy over.
+* Back in the less-rails-bootstrap project. Run the `./scripts/update_bootstrap.sh` script.
+* RUN THE TESTS!
+
+
## License
Twitter Bootstrap Project: http://twitter.github.com/bootstrap
Copyright 2011 Twitter, Inc.