diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-20 01:00:04 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-20 01:00:04 +0200 |
| commit | 30af40a7d467a9d65406db09cf6f91077428378b (patch) | |
| tree | c2a19ca6cc493f521e6fd88f5c1bdfe550385d82 /README.md | |
| parent | 7b6e5b5d144df8e9a9ac0deda09b95fc0293fef5 (diff) | |
[fix][doc] install steps
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |