README.markdown in adamsanderson-open_gem-1.2.0 vs README.markdown in adamsanderson-open_gem-1.3.0
- old
+ new
@@ -1,20 +1,32 @@
-Open Gem
+OpenGem
========
Simply opens the specified gem in your default editor.
gem open rails
+If you just want to read documentation you can do:
+
+ gem read activerecord
+
Installation:
------------
+OpenGem require rubygems 1.3.2 or higher. You may need
+to update rubygems to take advantage of the new plugin support:
+ gem update --system
+
Just install like any normal gem:
- gem install adamsanderson-open_gem
-
-You might need to add Github as a gem source:
- gem sources -a http://gems.github.com
-
+
+ gem install open_gem
+
+Or for the edge version on GitHub:
+
+ gem sources -a http://gems.github.com
+ gem install adamsanderson-open_gem
+
For more help:
- gem open --help
+
+ gem open --help
Adam Sanderson, netghost@gmail.com
\ No newline at end of file