diff options
author | Ashutosh Das <pyprism@users.noreply.github.com> | 2016-05-04 17:50:50 +0600 |
---|---|---|
committer | Ashutosh Das <pyprism@users.noreply.github.com> | 2016-05-04 17:50:50 +0600 |
commit | 487d4fdae8e4caa0fe87550e59c5026858392378 (patch) | |
tree | dd1f5145b5ec9a844fbedc23802382645ab0f0b3 /README.rst | |
parent | dcc8f996d429e3467f9dab27ed072737e919c2e8 (diff) | |
download | searxng-487d4fdae8e4caa0fe87550e59c5026858392378.tar.gz searxng-487d4fdae8e4caa0fe87550e59c5026858392378.zip |
Update README.rst
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index c0993157d..6563fe8ab 100644 --- 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 |