diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-05-13 21:10:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-13 21:10:02 +0200 |
| commit | 1a8884fa26bedf983516308e69b9863888cd397e (patch) | |
| tree | 962feae057a8d93bb78e704ea23a40c0da006fe2 /docs/utils/searxng.sh.rst | |
| parent | 4fb29aae812aa464c12fd959fc24dd91934f6a3b (diff) | |
| parent | 2cfd3fc44b16e7f3c6010c0ac1004efb6dacf382 (diff) | |
[enh] tidy: clean old morty, filtron, searx references
Everyone should have already switched from legacy methods.
Diffstat (limited to 'docs/utils/searxng.sh.rst')
| -rw-r--r-- | docs/utils/searxng.sh.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/utils/searxng.sh.rst b/docs/utils/searxng.sh.rst index bedc1ba4c..d45d7014f 100644 --- a/docs/utils/searxng.sh.rst +++ b/docs/utils/searxng.sh.rst @@ -28,7 +28,7 @@ In most cases you will install SearXNG simply by running the command: .. code:: bash - sudo -H ./utils/searx.sh install all + sudo -H ./utils/searxng.sh install all The installation is described in chapter :ref:`installation basic`. |