tweak readme

This commit is contained in:
Luke Emmet 2020-08-26 21:01:14 +01:00
parent 88d44a1e04
commit 262d024e28

View File

@ -1,5 +1,6 @@
# html2gmi
A command line application to convert HTML to GMI (Gemini text/gemini), written in Go.
A command line application to convert HTML to GMI (Gemini text/gemini), written in Go. Written in Go so it should compile on various common platforms (linux/mac/windows etc).
A simple wrapper around the Go library https://github.com/LukeEmmet/html2gemini
@ -8,8 +9,6 @@ A simple wrapper around the Go library https://github.com/LukeEmmet/html2gemini
```
html2gmi <flags>
Usage of html2gmi.exe:
-m, --citationMarkers Use footnote style citation markers
-c, --citationStart int Start citations from this index (default 1)
-i, --input string Input path. Otherwise uses stdin