Quickly understand how to use gopass
- pandoc
- linux:
xelatex
sudo apt-get install texlive-xetex
- mac:
mactex
brew install --cask mactex
Generate html, pdf, etc.
make all
Create index.html only
make build-index
Remove created objects, this is useful to recrate the files if the markdown is edited.
make clean