From 2941b6b93b386444899747b5a8b5b3d9618c6261 Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@finalrewind.org>
Date: Fri, 26 Aug 2016 15:32:04 +0200
Subject: [PATCH] README: Add notes about buliding from git

---
 README | 9 +++++++++
 1 file changed, 9 insertions(+)

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.
-- 
GitLab