README.rdoc in browser-prof-1.2.4 vs README.rdoc in browser-prof-1.2.5
- old
+ new
@@ -7,12 +7,21 @@
* Low overhead in development mode
* MIT licensed
== Installation & basic usage
-Installing browser-prof as a Ruby gem is currently broken, so you need to use it as a plugin:
+You can run browser-prof either as a plugin or through rubygems.
+For plugin:
$ ./script/plugin install http://github.com/barttenbrinke/browser-prof.git
+
+For rubygems, add the following lines to your Bundle file:
+ gem 'browser-prof'
+ gem 'ruby-prof'
+
+ $ bundle install
+
+Add a require 'browser-prof' to your environment.rb
== Profiling
Add ruby-prof to your Gemfile, run bundle install and start op your server environment.
To profile, just open any url:
\ No newline at end of file