documentation update
This commit is contained in:
parent
b18f932efe
commit
70010665ed
|
@ -35,9 +35,9 @@
|
||||||
To install them, run:
|
To install them, run:
|
||||||
|
|
||||||
perl -MCPAN -e shell
|
perl -MCPAN -e shell
|
||||||
install Quota
|
install Quota # required
|
||||||
install Net::SSH::Perl
|
install Net::SSH::Perl # required
|
||||||
install Math::BigInt::GMP
|
install Math::BigInt::GMP # optional but very poor performance if not installed
|
||||||
|
|
||||||
If your Perl executable is not located in /usr/bin/perl you will have to edit
|
If your Perl executable is not located in /usr/bin/perl you will have to edit
|
||||||
the path in the first line of lamdaemon.pl.
|
the path in the first line of lamdaemon.pl.
|
||||||
|
|
Loading…
Reference in New Issue