tweak readme
This commit is contained in:
parent
88d44a1e04
commit
262d024e28
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user