From 2b679334e93f90ea4d854064870a236699d745a6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 26 Aug 2016 15:34:20 +0200 Subject: README: Add note about building from git --- README | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README b/README index 8d4c958..a5bcfa5 100644 --- a/README +++ b/README @@ -20,8 +20,17 @@ Dependencies Installation ------------ +From a release tarball: + +$ perl Build.PL +$ perl Build +$ sudo perl Build install + +From git: + $ perl Build.PL $ perl Build +$ perl Build manifest $ sudo perl Build install You can then run 'man Travel::Status::DE::HAFAS' for more information. @@ -32,4 +41,4 @@ Testing $ perl Build test -This will require the Test::More, Test::Compile and Test::Pod modules. +This requires the Test::More, Test::Compile and Test::Pod modules. -- cgit v1.2.3