From 8fe660b1dff4af6cff1292bb436b286ab2f91789 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Sat, 19 Oct 2013 16:25:06 +0200 Subject: [mod] config file replaced --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 056cf02f6..2bbce7908 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ A hackable [metasearch engine](https://en.wikipedia.org/wiki/Metasearch_engine) * install dependencies: `pip install -r requirements.txt` * clone source: `git clone git@github.com:asciimoo/searx.git && cd searx` -* create a config file: `cp searx.conf_sample search.conf` -* edit your config (set your `secret_key`!) +* edit your [searx/settings.py](https://github.com/asciimoo/searx/blob/master/searx/settings.py) (set your `secret_key`!) * run `python searx/webapp.py` to start the application ### TODO -- cgit v1.2.3