logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 24b2141981a389d678045fe0ac247e3cd9a16b8b
parent: 554f3a95b3d0e4e4eef5ff5dab635e081a3737f3
Author: asciimoo <asciimoo@gmail.com>
Date:   Tue, 15 Oct 2013 00:35:07 +0200

[doc] install notes II.

Diffstat:

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

diff --git a/README.md b/README.md @@ -10,4 +10,4 @@ Minimalistic web interface to different search engines. * 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`!) -* run `python potion/webapp.py` to start the application +* run `python searx/webapp.py` to start the application