From 9908c135439fe02152a900a84d67fb6ab0e5171e Mon Sep 17 00:00:00 2001 From: Anton Soldatov <igelhaus@gmail.com> Date: Fri, 11 Apr 2014 10:54:36 +0400 Subject: [PATCH] Added (trivial) installation notice --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1d55a44..e400204 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,17 @@ from a given layout, but in the future it's aimed for various RedMine automation 2. `Redminer` module, a Perl binding to [RedMine REST API](http://www.redmine.org/projects/redmine/wiki/Rest_api). Please refer to [built-in POD documentation](../master/lib/Redminer.pm) for more details +## Installation + +`ExtUtils::MakeMaker` style: + +```shell +$ perl Makefile.PL +$ make +$ make test +$ make install +``` + ## Non-core Dependencies 1. [LWP::UserAgent](https://metacpan.org/pod/LWP::UserAgent) -- GitLab