diff options
| -rw-r--r-- | README.md | 21 |
1 files changed, 4 insertions, 17 deletions
@@ -18,23 +18,10 @@ $ make $ doas make install ``` -if you want to use nimisewi as cgi script, you can compile it with: - -```terminal -$ make distclean -$ ./configure --static # if your cgi will be served from chroot -$ make nimisewi.cgi -``` - -or if you want a cgi script for gemini protocol, run: - -```terminal -$ make distclean -$ configure --static # if your cgi will be served from chroot -$ make nimisewi_gemini.cgi -``` - -now throw that `nimisewi.cgi` or `nimisewi_gemini.cgi` into your cgi-bin folder and serve it as you wish. +by default it will compile also `nimisewi.cgi` and `nimisewi_gemini.cgi` and +if you wish, you can throw them into your cgi-bin folder and serve them using +whatever cgi thing you want. also they are statically linked, so you don't +need to worry if your web server is chrooted. see examples here: |
