commit: f5be28eedb8af728ddb39de5ba4f8df54e9025f3
parent: dcc8f996d429e3467f9dab27ed072737e919c2e8
Author: Adam Tauber <asciimoo@gmail.com>
Date: Wed, 4 May 2016 14:51:06 +0200
Merge pull request #554 from pyprism/patch-1
Fixed broken link
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.rst b/README.rst
@@ -18,7 +18,7 @@ Installation
``git clone git@github.com:asciimoo/searx.git && cd searx``
- install dependencies: ``./manage.sh update_packages``
- edit your
- `settings.yml <https://github.com/asciimoo/searx/blob/master/settings.yml>`__
+ `settings.yml <https://github.com/asciimoo/searx/blob/master/searx/settings.yml>`__
(set your ``secret_key``!)
- run ``python searx/webapp.py`` to start the application