Skip to content

Commit a4ecce7

Browse files
jedi4everjamis
authored andcommitted
how to build the gem locally
1 parent 33f3e29 commit a4ecce7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.rdoc

+10-1
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,17 @@ If you want to use any of the Rake tasks, you'll need:
4141
* Echoe (for the Rakefile)
4242

4343
== INSTALL:
44+
This gem is not yet on rubygems , so you have to install it from this source
4445

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)
4655

4756
== LICENSE:
4857

0 commit comments

Comments
 (0)