From 2bd96f6fbfe18ccb4abfe96c3d116ceac5448bc9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 26 Aug 2016 15:34:53 +0200 Subject: README: Add note about building from git --- README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README b/README index 7e0a989..7915af6 100644 --- a/README +++ b/README @@ -19,8 +19,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. -- cgit v1.2.3