summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-08-26 15:35:11 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-08-26 15:35:11 +0200
commit9a03a1638c8d5ca386bab06b2fb09c05c6c5825b (patch)
tree569a79a5debe7ba460d84015af7e969a73442b58
parent47ef65803abcbab8ab1130c92f36868b423367cf (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 a5e842a..03e68aa 100644
--- a/README
+++ b/README
@@ -35,8 +35,17 @@ or
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.