diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-08-26 15:34:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-08-26 15:34:20 +0200 |
commit | 2b679334e93f90ea4d854064870a236699d745a6 (patch) | |
tree | 8e6e9738f3042e4d0d38e3920b9fd79fac5832ff /README | |
parent | 910b35eee7e86cd7c0de3ec4d288e5e5423c4709 (diff) |
README: Add note about building from git
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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. |