~adnano/gmnitohtml

28489ca43b0fd93f6c19b73e5f7ba324fd3dc8c4 — Adnan Maolood 2 years ago 7c4b260
Add README.md
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