diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2021-09-02 16:25:11 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2021-09-02 16:25:11 +0200 |
commit | 86d8d346d125346be7f22974ccea182cb1c0a10f (patch) | |
tree | ba891995c0e0566617b790bdb4a94e79f27e0574 /README.md | |
parent | added homepage (diff) | |
download | sear.c-54e93c9fb070bd4a41d231b1ffc7f89bc7c18d84.tar sear.c-54e93c9fb070bd4a41d231b1ffc7f89bc7c18d84.tar.gz sear.c-54e93c9fb070bd4a41d231b1ffc7f89bc7c18d84.tar.bz2 sear.c-54e93c9fb070bd4a41d231b1ffc7f89bc7c18d84.tar.lz sear.c-54e93c9fb070bd4a41d231b1ffc7f89bc7c18d84.tar.xz sear.c-54e93c9fb070bd4a41d231b1ffc7f89bc7c18d84.tar.zst sear.c-54e93c9fb070bd4a41d231b1ffc7f89bc7c18d84.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -37,8 +37,7 @@ make * navigate to [http://localhost:7327](http://localhost:7327) and do a couple of searches to see if everything works * the horseshoe button redirects directly to the first result without wasting time on the results page. use if you feel lucky. (BP) * the painting button performs a search for images. PRIVACY WARNING: images are loaded directly from servers (not from google) -* ~~check logs by navigating to /logs.html~~ logging to memory was disabled for consuming less memory, you can define SC\_LOGMEM while compiling to enable deprecated memory logging support -* program also writes all logs to standard error +* program writes all logs to standard error * setting the h parameter will rewrite links to HTTP from HTTPS * setting the l parameter with a number will limit number of displayed links to that number. |