From d0b82bc21943bbe7a5364cffcf98cb1a299b3fca Mon Sep 17 00:00:00 2001 From: Jake Douglas Date: Mon, 12 Jan 2009 20:12:24 -0800 Subject: [PATCH] added installation instructions to README --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 675c8e9..9090cfb 100644 --- a/README +++ b/README @@ -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-.gem + + Simple example (see the examples/ directory for the cooler stuff): ============================================================================ require 'rubygems'