From 9d223aadb192f5726f84a961544fdbe924e82a89 Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@derf.homelinux.org>
Date: Thu, 29 Jul 2010 12:30:05 +0200
Subject: Add README

---
 README | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 README

diff --git a/README b/README
new file mode 100644
index 0000000..9ef02c5
--- /dev/null
+++ b/README
@@ -0,0 +1,25 @@
+icli - Icinga Command Line Interface
+
+Requires:
+ * perl version 5.10 or newer
+ * A local icinga daemon + access to some of its files
+
+Installation:
+
+ > make
+ > sudo make install
+
+You can then run 'man icli' for more information.
+
+Testing:
+
+ > make test
+
+Requires the following additional perl modules:
+ * Test::More
+ * Test::Compile
+ * Test::Pod
+ * Test::Command
+
+
+http://derf.homelinux.org/projects/icinga-cli
-- 
cgit v1.2.3