From 9a03a1638c8d5ca386bab06b2fb09c05c6c5825b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 26 Aug 2016 15:35:11 +0200 Subject: README: Add note about building from git --- README | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README') 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. -- cgit v1.2.3