Browse Source

use https instead of ssh with git-clone

Ammar Najjar 8 years ago
parent
commit
f07b2d185a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.rst

+ 1
- 1
README.rst View File

@@ -15,7 +15,7 @@ Installation
15 15
 ~~~~~~~~~~~~
16 16
 
17 17
 -  clone source:
18
-   ``git clone git@github.com:asciimoo/searx.git && cd searx``
18
+   ``git clone https://github.com/asciimoo/searx.git && cd searx``
19 19
 -  install dependencies: ``./manage.sh update_packages``
20 20
 -  edit your
21 21
    `settings.yml <https://github.com/asciimoo/searx/blob/master/searx/settings.yml>`__