diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-08-26 15:35:40 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-08-26 15:35:40 +0200 |
commit | 3c7ed622f7d6245426c216bfa94b55be046edec5 (patch) | |
tree | e93ce6441e84940541e76c85c4a116d8bb5b7756 /README | |
parent | 797492ec8c039098849c8093e8d6412c3e5971f8 (diff) |
README: Add note about building from git
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |