summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-10-15 00:35:07 +0200
committerasciimoo <asciimoo@gmail.com>2013-10-15 00:35:07 +0200
commit24b2141981a389d678045fe0ac247e3cd9a16b8b (patch)
treeb44b42b90df539c9807df30b600d5e9bf6716d45 /README.md
parent554f3a95b3d0e4e4eef5ff5dab635e081a3737f3 (diff)
downloadsearxng-24b2141981a389d678045fe0ac247e3cd9a16b8b.tar.gz
searxng-24b2141981a389d678045fe0ac247e3cd9a16b8b.zip
[doc] install notes II.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cb36ed3b5..83abe4b57 100644
--- 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