From b15cd555469090a5a02953e2990a46e4941bc8f6 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Wed, 23 Oct 2013 23:51:25 +0200 Subject: [PATCH] [doc] install notes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a8b2ffe..dd0b36ff 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ A privacy-respecting, hackable [metasearch engine](https://en.wikipedia.org/wiki * clone source: `git clone git@github.com:asciimoo/searx.git && cd searx` * install dependencies: `pip install -r requirements.txt` * edit your [searx/settings.py](https://github.com/asciimoo/searx/blob/master/searx/settings.py) (set your `secret_key`!) +* rename `engines.cfg_sample` to `engines.cfg` * run `python searx/webapp.py` to start the application ### TODO