From f07b2d185a762104e5dd6720b889caff706d30a7 Mon Sep 17 00:00:00 2001 From: Ammar Najjar Date: Fri, 8 Jul 2016 08:46:25 +0200 Subject: [PATCH] use https instead of ssh with git-clone --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6563fe8a..a0bb12f1 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 `__