summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README12
1 files changed, 5 insertions, 7 deletions
diff --git a/README b/README
index 9ef02c5..cff8397 100644
--- a/README
+++ b/README
@@ -6,16 +6,14 @@ Requires:
Installation:
- > make
- > sudo make install
+ > perl Build.PL
+ > ./Build
+ > ./Build test
+ > sudo ./Build install
You can then run 'man icli' for more information.
-Testing:
-
- > make test
-
-Requires the following additional perl modules:
+Extra modules required for testing:
* Test::More
* Test::Compile
* Test::Pod