diff options
author | Alexandre Flament <alex@al-f.net> | 2019-07-13 17:41:15 +0200 |
---|---|---|
committer | Dalf <alex@al-f.net> | 2019-07-13 17:28:05 +0200 |
commit | efc2a87e77ce6b5cb4e8a4fdd9e850f7b7bb0038 (patch) | |
tree | fced712211af4dda08ecf5633b04811b8ad98404 | |
parent | 5b50e116b8c66059a6cf4344989210f4c80093f2 (diff) | |
download | searxng-efc2a87e77ce6b5cb4e8a4fdd9e850f7b7bb0038.tar.gz searxng-efc2a87e77ce6b5cb4e8a4fdd9e850f7b7bb0038.zip |
README.rst: installation: add searx/searx-docker
-rw-r--r-- | README.rst | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/README.rst b/README.rst index 35d14d1b4..ab16a8280 100644 --- a/README.rst +++ b/README.rst @@ -17,6 +17,18 @@ See the `documentation <https://asciimoo.github.io/searx>`__ and the `wiki <http Installation ~~~~~~~~~~~~ +With Docker +------ +Go to the `searx-docker <https://github.com/searx/searx-docker>`__ project. + +Without Docker +------ +For all 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 hurry +------ - clone source: ``git clone https://github.com/asciimoo/searx.git && cd searx`` - install dependencies: ``./manage.sh update_packages`` @@ -25,8 +37,6 @@ Installation (set your ``secret_key``!) - run ``python searx/webapp.py`` to start the application -For all the details, follow this `step by step -installation <https://github.com/asciimoo/searx/wiki/Installation>`__. Bugs ~~~~ |