diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2019-12-24 17:56:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-24 17:56:24 +0100 |
commit | a52a638ba88466c587fd8afa744434711b1e4822 (patch) | |
tree | 925594876f18580732d2c8a438ff8f3bea8d9092 | |
parent | 5a0a66e9bc34af2b6404231efc7cf02f389bdfcb (diff) | |
parent | ecb054a7a058a1f62a536e5cac88eed8926b107d (diff) | |
download | searxng-a52a638ba88466c587fd8afa744434711b1e4822.tar.gz searxng-a52a638ba88466c587fd8afa744434711b1e4822.zip |
Merge pull request #1701 from CaffeinatedTech/patch-1
Update README.rst
for the future: please select meaningful commit messages. Here is a good summarize how a useful commit messages looks like: https://www.conventionalcommits.org/en/v1.0.0-beta.2/#summary
Further read: https://wiki.openstack.org/wiki/GitCommitMessages#Information_in_commit_messages
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst index ab16a8280..7fcda4f97 100644 --- a/README.rst +++ b/README.rst @@ -23,13 +23,13 @@ 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>`__. +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 hurry +If you are in a hurry ------ -- clone source: +- clone the source: ``git clone https://github.com/asciimoo/searx.git && cd searx`` - install dependencies: ``./manage.sh update_packages`` - edit your |