summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-08-26 15:34:53 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-08-26 15:34:53 +0200
commit2bd96f6fbfe18ccb4abfe96c3d116ceac5448bc9 (patch)
tree7559f030febd71ac963e29c49ace915656d8b19d
parent77bd89ceaacff18a0737ba96a444fc6b00d35d5c (diff)
README: Add note about building from git
-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.