summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 11 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..fad2dec
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,11 @@
+======================================================================
+ IPTOOLS 0.2 INSTALL
+
+These tools are mainly to be used in scripting.
+
+QUICK INSTALLATION:
+ # tar -zxvf addr.tar.gz
+ # ./configure
+ # make && make install
+
+