accounts-ikiwiki@5b6a3c2d9d900bdc1379ab826a26fb45e8a5fb7a 2020-08-26 17:02:35 -04:00 committed by admin
parent 1de32fba52
commit 6790e1804b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ CPAN to install modules from your local machine after you extract the ikiwiki ta
Then to build and install ikiwiki:
perl Makefile.PL # PREFIX=/dir to install elsewhere
perl Makefile.PL # INSTALL_BASE= PREFIX=/dir to install elsewhere
make
make test # optional
make install