summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 7e0a989..7915af6 100644
--- a/README
+++ b/README
@@ -19,8 +19,17 @@ Dependencies
Installation
------------
+From a release tarball:
+
+$ perl Build.PL
+$ ./Build
+$ sudo ./Build install
+
+From git:
+
$ perl Build.PL
$ ./Build
+$ ./Build manifest
$ sudo ./Build install
See also the Module::Build documentation.