diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-08-26 15:34:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-08-26 15:34:53 +0200 |
commit | 2bd96f6fbfe18ccb4abfe96c3d116ceac5448bc9 (patch) | |
tree | 7559f030febd71ac963e29c49ace915656d8b19d | |
parent | 77bd89ceaacff18a0737ba96a444fc6b00d35d5c (diff) |
README: Add note about building from git
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |