Commit 9a03a163 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

README: Add note about building from git

parent 47ef6580
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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.