|
@@ -18,7 +18,7 @@ Installation
|
18
|
18
|
``git clone git@github.com:asciimoo/searx.git && cd searx``
|
19
|
19
|
- install dependencies: ``./manage.sh update_packages``
|
20
|
20
|
- edit your
|
21
|
|
- `settings.yml <https://github.com/asciimoo/searx/blob/master/settings.yml>`__
|
|
21
|
+ `settings.yml <https://github.com/asciimoo/searx/blob/master/searx/settings.yml>`__
|
22
|
22
|
(set your ``secret_key``!)
|
23
|
23
|
- run ``python searx/webapp.py`` to start the application
|
24
|
24
|
|