We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found the README installation instructions a bit misleading.
As written, the README seemed to imply that "make install" was equivalent to doing both apxs commands, not just the second one:
Compile and install with:
apxs -c mod_realdoc.c sudo apxs -i -a -n realdoc mod_realdoc.la
or just
make install
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found the README installation instructions a bit misleading.
As written, the README seemed to imply that "make install" was equivalent to doing both apxs commands, not just the second one:
Compile and install with:
or just
The text was updated successfully, but these errors were encountered: