Commit 3c7ed622 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

README: Add note about building from git

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