Files
gmi2html/README.md
2025-02-28 12:11:55 +02:00

15 lines
188 B
Markdown

# gmi2html
A small library (and CLI tool) that converts Gemini text to HTML.
To run tests and build:
```shell
make
```
Running:
```shell
./dist/gmi2html <gemtext.gmi >gemtext.html
```