logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 30af40a7d467a9d65406db09cf6f91077428378b
parent: 7b6e5b5d144df8e9a9ac0deda09b95fc0293fef5
Author: asciimoo <asciimoo@gmail.com>
Date:   Sun, 20 Oct 2013 01:00:04 +0200

[fix][doc] install steps

Diffstat:

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

diff --git a/README.md b/README.md @@ -15,8 +15,8 @@ A hackable [metasearch engine](https://en.wikipedia.org/wiki/Metasearch_engine) ### Installation -* install dependencies: `pip install -r requirements.txt` * 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`!) * run `python searx/webapp.py` to start the application