summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-08-26 15:32:04 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-08-26 15:33:24 +0200
commit2941b6b93b386444899747b5a8b5b3d9618c6261 (patch)
treeb60a55d2c8c2bcb6bea45a306fbf34199c518a77
parent4263fddda98ba3d5acd9b8a32edf5e0aca6332f9 (diff)
README: Add notes about buliding from git
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 356266f..177217b 100644
--- a/README
+++ b/README
@@ -17,8 +17,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.