mirror of
https://git.sr.ht/~sircmpwn/gmni
synced 2024-11-23 04:51:59 +01:00
Add README.md
This commit is contained in:
parent
b136eea98a
commit
a3d5169d71
22
README.md
Normal file
22
README.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user