use https instead of ssh with git-clone

This commit is contained in:
Ammar Najjar 2016-07-08 08:46:25 +02:00
parent fbbb307f2e
commit f07b2d185a
1 changed files with 1 additions and 1 deletions

View File

@ -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>`__