Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
how to build the gem locally
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi4ever authored and jamis committed Oct 24, 2010
1 parent 33f3e29 commit a4ecce7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,17 @@ 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

* gem install net-ssh-shell (might need sudo privileges)
* 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:
* 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)

== LICENSE:

Expand Down

0 comments on commit a4ecce7

Please sign in to comment.