summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-07-09 19:54:37 +0200
committerGitHub <noreply@github.com>2016-07-09 19:54:37 +0200
commited8afe95a6776179151d89a21a66e407b6f54be8 (patch)
tree1fe0d9c6d73e99dee177dbfac62097ac5ac5b853
parentfbbb307f2e8086c88206b2f80ea7ed4ab5b80a66 (diff)
parentf07b2d185a762104e5dd6720b889caff706d30a7 (diff)
downloadsearxng-ed8afe95a6776179151d89a21a66e407b6f54be8.tar.gz
searxng-ed8afe95a6776179151d89a21a66e407b6f54be8.zip
Merge pull request #611 from ammarnajjar/readme-installation
use https instead of ssh with git-clone
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 6563fe8ab..a0bb12f19 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,7 @@ Installation
~~~~~~~~~~~~
- clone source:
- ``git clone git@github.com:asciimoo/searx.git && cd searx``
+ ``git clone https://github.com/asciimoo/searx.git && cd searx``
- install dependencies: ``./manage.sh update_packages``
- edit your
`settings.yml <https://github.com/asciimoo/searx/blob/master/searx/settings.yml>`__