added filters
This commit is contained in:
14
README.md
14
README.md
@ -1,17 +1,17 @@
|
||||
# Readme
|
||||
|
||||
## Requirements
|
||||
|
||||
- pdftk
|
||||
- ghostscript
|
||||
- pandoc
|
||||
- pandoc-crossref
|
||||
- [python-pantable](https://github.com/ickc/pantable)
|
||||
|
||||
### Install:
|
||||
|
||||
#### Debian
|
||||
```bash
|
||||
sudo apt install pdftk gs
|
||||
```
|
||||
### Install
|
||||
|
||||
#### Arch
|
||||
|
||||
```bash
|
||||
yay -S pdftk ghostscript
|
||||
yay -S pdftk ghostscript pandoc-bin pandoc-crossref-bin python-pantable
|
||||
```
|
||||
|
Reference in New Issue
Block a user