Explorar el Código

Update README.rst

Ashutosh Das hace 9 años
padre
commit
487d4fdae8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.rst

+ 1
- 1
README.rst Ver fichero

18
    ``git clone git@github.com:asciimoo/searx.git && cd searx``
18
    ``git clone git@github.com:asciimoo/searx.git && cd searx``
19
 -  install dependencies: ``./manage.sh update_packages``
19
 -  install dependencies: ``./manage.sh update_packages``
20
 -  edit your
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
    (set your ``secret_key``!)
22
    (set your ``secret_key``!)
23
 -  run ``python searx/webapp.py`` to start the application
23
 -  run ``python searx/webapp.py`` to start the application
24
 
24