瀏覽代碼

Merge pull request #611 from ammarnajjar/readme-installation

use https instead of ssh with git-clone
Adam Tauber 8 年之前
父節點
當前提交
ed8afe95a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.rst

+ 1
- 1
README.rst 查看文件

15
 ~~~~~~~~~~~~
15
 ~~~~~~~~~~~~
16
 
16
 
17
 -  clone source:
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
 -  install dependencies: ``./manage.sh update_packages``
19
 -  install dependencies: ``./manage.sh update_packages``
20
 -  edit your
20
 -  edit your
21
    `settings.yml <https://github.com/asciimoo/searx/blob/master/searx/settings.yml>`__
21
    `settings.yml <https://github.com/asciimoo/searx/blob/master/searx/settings.yml>`__