logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: f07b2d185a762104e5dd6720b889caff706d30a7
parent fbbb307f2e8086c88206b2f80ea7ed4ab5b80a66
Author: Ammar Najjar <najjarammar@gmail.com>
Date:   Fri,  8 Jul 2016 08:46:25 +0200

use https instead of ssh with git-clone

Diffstat:

MREADME.rst2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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>`__