1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2024-06-08 19:56:06 +02:00

Add README.md

This commit is contained in:
Drew DeVault 2020-09-20 14:49:57 -04:00
parent b136eea98a
commit a3d5169d71

22
README.md Normal file
View File

@ -0,0 +1,22 @@
# gmni - A Gemini client
This is a [Gemini](https://gemini.circumlunar.space/) client.
Dependencies:
- A POSIX-like system and a C11 compiler
- OpenSSL
- [scdoc](https://sr.ht/~sircmpwn/scdoc/) (optional)
## Compiling
```
$ mkdir build && cd build
$ ../configure
$ make
# make install
```
## Usage
See `gmni(1)` for the CLI usage.