diff options
author | Adam Tauber <asciimoo@gmail.com> | 2020-02-07 12:00:45 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2020-02-07 12:00:45 +0100 |
commit | f9c7a678d273c55a0e8a1a7a2dbfd696b2046e60 (patch) | |
tree | e59b86b02a791e870ad38128c1cf22daddc0878d /README.rst | |
parent | ab1b1ac358089d446d409026ee2a51cead2179fd (diff) | |
download | searxng-f9c7a678d273c55a0e8a1a7a2dbfd696b2046e60.tar.gz searxng-f9c7a678d273c55a0e8a1a7a2dbfd696b2046e60.zip |
[doc] fix rst format to be able to upload the package to pypi
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`` |