diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-08 13:07:45 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-08 13:07:45 +0100 |
| commit | c8212b9f4d4eeef635a541e6df367276bda23b34 (patch) | |
| tree | bb19eaa5ac5c43dccc3109c0f7f34628ad595445 /README.rst | |
| parent | a014fa0ccde01dbdbe314a45b176e932657b19e4 (diff) | |
| parent | 3062e2adf9bb4de1c8399f03567d97f9be192f95 (diff) | |
Merge branch 'master' of https://github.com/asciimoo/searx into filtron
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst index 7fcda4f97..afe413af8 100644 --- a/README.rst +++ b/README.rst @@ -18,17 +18,17 @@ Installation ~~~~~~~~~~~~ With Docker ------- +----------- Go to the `searx-docker <https://github.com/searx/searx-docker>`__ project. Without Docker ------- +-------------- For all of the details, follow this `step by step installation <https://asciimoo.github.io/searx/dev/install/installation.html>`__. Note: the documentation needs to be updated. If you are in a hurry ------- +--------------------- - clone the source: ``git clone https://github.com/asciimoo/searx.git && cd searx`` - install dependencies: ``./manage.sh update_packages`` |