README.rdoc in net-ssh-shell-0.1.0 vs README.rdoc in net-ssh-shell-0.2.0
- old
+ new
@@ -39,15 +39,15 @@
If you want to use any of the Rake tasks, you'll need:
* Echoe (for the Rakefile)
== INSTALL:
-This gem is not yet on rubygems , so you have to install it from this source
+This gem is available from RubyGems, so you can install it using the "gem" command:
+
* gem install net-ssh-shell
-ERROR: could not find gem net-ssh-shell locally or in a repository
-Therefor you need to build the gem yourself:
+If you'd like to build the gem for yourself from source:
* git clone http://github.com/jedi4ever/net-ssh-shell.git
* cd net-ssh-shell
* gem install echoe
* rake gem
* gem install pkg/net-ssh-shell-0.1.0.gem (might need sudo privileges)