1 files changed, 23 insertions(+), 0 deletions(-)
A README.md
A README.md => README.md +23 -0
@@ 0,0 1,23 @@
+# geminitohtml
+
+Gemini text to HTML converter.
+
+## Installation
+
+First install the dependencies:
+
+- Go 1.15 or later
+- scdoc
+
+Then compile:
+
+ $ make
+ # make install
+
+## Usage
+
+See geminitohtml(1)
+
+Example usage:
+
+ geminitohtml < input.gmi > output.html