asciimoo преди 11 години
родител
ревизия
b15cd55546
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1
    0
      README.md

+ 1
- 0
README.md Целия файл

@@ -18,6 +18,7 @@ A privacy-respecting, hackable [metasearch engine](https://en.wikipedia.org/wiki
18 18
 * clone source: `git clone git@github.com:asciimoo/searx.git && cd searx`
19 19
 * install dependencies: `pip install -r requirements.txt`
20 20
 * edit your [searx/settings.py](https://github.com/asciimoo/searx/blob/master/searx/settings.py) (set your `secret_key`!)
21
+* rename `engines.cfg_sample` to `engines.cfg`
21 22
 * run `python searx/webapp.py` to start the application
22 23
 
23 24
 ### TODO