Browse Source

Update README.md

master
Alex Puiu 2 years ago
parent
commit
5522611ba9
  1. 10
      README.md

10
README.md

@ -114,8 +114,14 @@ The value for the 'directory' key should reflect the Facebook Duckling app path
The 'stdout_logfile' value is the log file. All parent directories must already exist.
### Converting documents from MD to ODT
- `$ apt-get install pandoc`
### Converting documents
```bash
# LibreOffice
apt-get install python-software-properties
apt-add-repository ppa:libreoffice/ppa
apt-get update
apt-get install libreoffice
```
# Searchers
There are 2 types of searchers: basic and compounded

Loading…
Cancel
Save