Skip to content

Commit

Permalink
added installation instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedouglas committed Jan 13, 2009
1 parent 50e9ca6 commit d0b82bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README
Expand Up @@ -11,6 +11,14 @@ Should be useful in many situations. ICMPv6 is to be added soon.

This must be run as effective root user to use the ICMP sockets.

Installation:

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


Simple example (see the examples/ directory for the cooler stuff):
============================================================================
require 'rubygems'
Expand Down

0 comments on commit d0b82bc

Please sign in to comment.