
This is the Perl distribution Dist-Zilla-Plugin-InstallGuide.

## Installation

Dist-Zilla-Plugin-InstallGuide installation is straightforward.

### Installation with cpanm

If you have cpanm, you only need one line:

    % cpanm Dist::Zilla::Plugin::InstallGuide

### Installating with the CPAN shell

Alternatively, if your CPAN shell is set up, you should just be able to do:

    % cpan Dist::Zilla::Plugin::InstallGuide

### Manual installation

As a last resort, you can manually install it. Download it, unpack it, then
build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

## Documentation

Dist-Zilla-Plugin-InstallGuide documentation is available as in POD.
So you can do:

    % perldoc Dist::Zilla::Plugin::InstallGuide

to read the documentation with your favorite pager.
