diff --git a/doc/lainsafe.1 b/doc/lainsafe.1 index 362c105..dab0757 100644 --- a/doc/lainsafe.1 +++ b/doc/lainsafe.1 @@ -64,12 +64,18 @@ Probably you're missing the .I CGI dependence, so install it with CPAN or apt -.I cpan -i CGI - -.I apt install libcgi-pm-perl - +.in +4n +.EX +cpan -i CGI +apt install libcgi-pm-perl +.EE +.PP If you still get this problem, run -.I perl .cgi +.in +4n +.EX +perl .cgi +.EE +.PP so perl can help you debug the problem. .B 403 is returned diff --git a/doc/lainsafe.md b/doc/lainsafe.md index 044627d..d91bd71 100644 --- a/doc/lainsafe.md +++ b/doc/lainsafe.md @@ -60,12 +60,14 @@ TROUBLESHOOTING Probably you\'re missing the *CGI* dependence, so install it with CPAN or apt -*cpan -i CGI* + cpan -i CGI + apt install libcgi-pm-perl -*apt install libcgi-pm-perl* +If you still get this problem, run -If you still get this problem, run *perl \.cgi* so perl can help -you debug the problem. + perl .cgi + +so perl can help you debug the problem. **403 is returned**