diff options
Diffstat (limited to 'docs/admin/installation.rst')
| -rw-r--r-- | docs/admin/installation.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/admin/installation.rst b/docs/admin/installation.rst index 8a066dec7..9bb102c42 100644 --- a/docs/admin/installation.rst +++ b/docs/admin/installation.rst @@ -39,13 +39,18 @@ install from ``root``, take into account that the scripts are creating a these new created users do need read access to the clone of searx, which is not the case if you clone into a folder below ``/root``. - .. code:: bash $ cd ~/Downloads $ git clone https://github.com/searx/searx searx $ cd searx +.. sidebar:: further read + + - :ref:`toolboxing` + - :ref:`update searx` + - :ref:`inspect searx` + **Install** :ref:`searx service <searx.sh>` This installs searx as described in :ref:`installation basic`. |