commit b90888e71878eea7727cd507503198d134d91ab7 parent 211b8c3dd36a950132efa5ba4e2f0172a42bb6bc Author: Drew DeVault <sir@cmpwn.com> Date: Sun, 20 Sep 2020 19:58:34 -0400 README.md: add gmnlm Diffstat:
M | README.md | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -1,6 +1,9 @@ # gmni - A Gemini client -This is a [Gemini](https://gemini.circumlunar.space/) client. +This is a [Gemini](https://gemini.circumlunar.space/) client. Included are: + +- A CLI utility (like curl): gmni +- A [line-mode browser](https://en.wikipedia.org/wiki/Line_Mode_Browser): gmnlm Dependencies: @@ -19,4 +22,4 @@ $ make ## Usage -See `gmni(1)` for the CLI usage. +See `gmni(1)`, `gmnlm(1)`.