summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index b713e0f..a37f5e5 100644
--- a/README
+++ b/README
@@ -17,8 +17,17 @@ For testing, File::Slurp is also required.
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.