diff options
| author | Léon Tiekötter <leon@tiekoetter.com> | 2022-06-21 14:48:46 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-07-30 13:39:35 +0200 |
| commit | e5323b8aa285d61bf011bbe7ca8f02818f19ed79 (patch) | |
| tree | 943270e4998815d360713e21615082293300c877 /docs/admin/installation-searxng.rst | |
| parent | 6fbffe9d208e3fc267eef4c421ba1810d6292cb0 (diff) | |
[docs] corrections from @tiekoetter's review
Diffstat (limited to 'docs/admin/installation-searxng.rst')
| -rw-r--r-- | docs/admin/installation-searxng.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/admin/installation-searxng.rst b/docs/admin/installation-searxng.rst index db760bc39..9152784fc 100644 --- a/docs/admin/installation-searxng.rst +++ b/docs/admin/installation-searxng.rst @@ -52,8 +52,8 @@ In the same shell create *virtualenv*: :start-after: START create virtualenv :end-before: END create virtualenv -To install searx's dependencies, exit the SearXNG *bash* session you opened above -and restart a new. Before install, first check if your *virtualenv* was sourced +To install SearXNG's dependencies, exit the SearXNG *bash* session you opened above +and start a new one. Before installing, check if your *virtualenv* was sourced from the login (*~/.profile*): .. kernel-include:: $DOCS_BUILD/includes/searxng.rst @@ -127,6 +127,6 @@ configuration file. :end-before: END check searxng installation If everything works fine, hit ``[CTRL-C]`` to stop the *webapp* and disable the -debug option in ``settings.yml``. You can now exit SearXNG user bash (enter exit +debug option in ``settings.yml``. You can now exit SearXNG user bash session (enter exit command twice). At this point SearXNG is not demonized; uwsgi allows this. |