diff --git a/README b/README index 356266fdcaf231c910de2cf5758f05bd5a5d0834..177217bcc148ea45b22c746ad2d0d94553b490c9 100644 --- a/README +++ b/README @@ -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.