|
@@ -10,4 +10,4 @@ Minimalistic web interface to different search engines.
|
10
|
10
|
* clone source: `git clone git@github.com:asciimoo/searx.git && cd searx`
|
11
|
11
|
* create a config file: `cp searx.conf_sample search.conf`
|
12
|
12
|
* edit your config (set your `secret_key`!)
|
13
|
|
-* run `python potion/webapp.py` to start the application
|
|
13
|
+* run `python searx/webapp.py` to start the application
|