summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-08-26 15:35:40 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-08-26 15:35:40 +0200
commit3c7ed622f7d6245426c216bfa94b55be046edec5 (patch)
treee93ce6441e84940541e76c85c4a116d8bb5b7756
parent797492ec8c039098849c8093e8d6412c3e5971f8 (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 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.