We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f3e29 commit a4ecce7Copy full SHA for a4ecce7
README.rdoc
@@ -41,8 +41,17 @@ If you want to use any of the Rake tasks, you'll need:
41
* Echoe (for the Rakefile)
42
43
== INSTALL:
44
+This gem is not yet on rubygems , so you have to install it from this source
45
-* gem install net-ssh-shell (might need sudo privileges)
46
+* gem install net-ssh-shell
47
+ERROR: could not find gem net-ssh-shell locally or in a repository
48
+
49
+Therefor you need to build the gem yourself:
50
+* git clone http://github.com/jedi4ever/net-ssh-shell.git
51
+* cd net-ssh-shell
52
+* gem install echoe
53
+* rake gem
54
+* gem install pkg/net-ssh-shell-0.1.0.gem (might need sudo privileges)
55
56
== LICENSE:
57
0 commit comments