diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-08-26 15:35:11 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-08-26 15:35:11 +0200 |
commit | 9a03a1638c8d5ca386bab06b2fb09c05c6c5825b (patch) | |
tree | 569a79a5debe7ba460d84015af7e969a73442b58 | |
parent | 47ef65803abcbab8ab1130c92f36868b423367cf (diff) |
README: Add note about building from git
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -35,8 +35,17 @@ or 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. |