diff options
author | Ammar Najjar <najjarammar@gmail.com> | 2016-07-08 08:46:25 +0200 |
---|---|---|
committer | Ammar Najjar <najjarammar@gmail.com> | 2016-07-08 08:46:25 +0200 |
commit | f07b2d185a762104e5dd6720b889caff706d30a7 (patch) | |
tree | 1fe0d9c6d73e99dee177dbfac62097ac5ac5b853 /README.rst | |
parent | fbbb307f2e8086c88206b2f80ea7ed4ab5b80a66 (diff) | |
download | searxng-f07b2d185a762104e5dd6720b889caff706d30a7.tar.gz searxng-f07b2d185a762104e5dd6720b889caff706d30a7.zip |
use https instead of ssh with git-clone
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
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>`__ |