1Install instructions
2====================
3
4Basically:
5
6$ perl Makefile.PL
7$ make
8$ make install
9
10If you want to install perlconsole system-wide, at least the last command must
11be run as root (e.g. with sudo).
12
13Dependencies
14============
15
16Perl Console depends on the Term::Readline module.
17
18The first step of the installation procedure will warn you in case any of the
19dependencies are not installed.
20