diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-08-26 15:32:04 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-08-26 15:33:24 +0200 |
commit | 2941b6b93b386444899747b5a8b5b3d9618c6261 (patch) | |
tree | b60a55d2c8c2bcb6bea45a306fbf34199c518a77 | |
parent | 4263fddda98ba3d5acd9b8a32edf5e0aca6332f9 (diff) |
README: Add notes about buliding from git
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -17,8 +17,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. |