diff options
author | neodarz <neodarz@neodarz.net> | 2019-02-06 21:06:29 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-02-06 21:06:29 +0100 |
commit | 582cfba635143c3fd00a914acc4c8e65587e5a21 (patch) | |
tree | 9554d93ab79b40a291b79d562c188025b3a574d0 | |
parent | 2c7cee6fbb55aadfd8fca83d2a3c071e42cad483 (diff) | |
download | khanindexer-582cfba635143c3fd00a914acc4c8e65587e5a21.tar.xz khanindexer-582cfba635143c3fd00a914acc4c8e65587e5a21.zip |
Remove server command because it's useless for now
Diffstat (limited to '')
-rw-r--r-- | README.md | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -88,13 +88,7 @@ content modified, you can use: python app.py update ``` -## Enjoy - -You can now launch the server! - -``` -python app.py -``` +# Enjoy For start searching send a `POST` request with the manticoresearch json API, for example: |