diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-19 16:25:06 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-19 16:25:06 +0200 |
| commit | 8fe660b1dff4af6cff1292bb436b286ab2f91789 (patch) | |
| tree | a535e2385b6e64dbeede807bea7a5c3b325f4e6e /README.md | |
| parent | 1b3712c1893ac730fed8c0eca7dd344595593fe7 (diff) | |
[mod] config file replaced
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |