Skip to content

Commit

Permalink
Added install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedouglas committed Jan 13, 2009
1 parent 50b3f04 commit f02477c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ This tool aims to provide transport-flexible functionality, for easy communicati
with Cisco devices. It currently allows you to execute commands on a device and get
back the output of those commands.

To install:

git clone git://github.com/yakischloba/ruby-cisco.git
cd ruby-cisco
gem build cisco.gemspec
sudo gem install cisco-<version>.gem

The library provides two styles to use:

cisco = Cisco::Base.new(:host => "10.0.0.1", :password => "accesspass")
Expand Down

0 comments on commit f02477c

Please sign in to comment.