summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2026-05-13 11:34:31 +0200
committerGitHub <noreply@github.com>2026-05-13 11:34:31 +0200
commit09829b1ccc07a797e6ac9a1cf2db58ba90b87ec0 (patch)
treed4944775ab4ab1a4a0d11eff84b4309afd76099e /docs
parentdf1f24fb7fdb07e86e8b0ca82acddab97f379433 (diff)
[fix] installation instructions - launch SearXNG by python -m (#6078)
[1] https://github.com/searxng/searxng/issues/126#issuecomment-4433874986 Suggested-by: @virtadpt in [1]
Diffstat (limited to 'docs')
-rw-r--r--docs/build-templates/searxng.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build-templates/searxng.rst b/docs/build-templates/searxng.rst
index 68cf3ef32..0474aafe3 100644
--- a/docs/build-templates/searxng.rst
+++ b/docs/build-templates/searxng.rst
@@ -169,7 +169,7 @@ ${fedora_build}
$ sudo -H -u ${SERVICE_USER} -i
(${SERVICE_USER})$ cd ${SEARXNG_SRC}
(${SERVICE_USER})$ export SEARXNG_SETTINGS_PATH=\"${SEARXNG_SETTINGS_PATH}\"
- (${SERVICE_USER})$ python searx/webapp.py
+ (${SERVICE_USER})$ python -m searx.webapp
# disable debug
$ sudo -H sed -i -e \"s/debug : True/debug : False/g\" \"$SEARXNG_SETTINGS_PATH\"