summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-10-23 23:51:25 +0200
committerasciimoo <asciimoo@gmail.com>2013-10-23 23:51:25 +0200
commitb15cd555469090a5a02953e2990a46e4941bc8f6 (patch)
treef132e437a82723ca610656c4f4b9541c2e218bc6 /README.md
parent507184922a88ec4a9300300d6f2a6bdcd9ef972a (diff)
[doc] install notes
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9a8b2ffed..dd0b36ffd 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ A privacy-respecting, hackable [metasearch engine](https://en.wikipedia.org/wiki
* 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`!)
+* rename `engines.cfg_sample` to `engines.cfg`
* run `python searx/webapp.py` to start the application
### TODO