From 3c7ed622f7d6245426c216bfa94b55be046edec5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 26 Aug 2016 15:35:40 +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 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. -- cgit v1.2.3