Add readme file
parent
1a7108f9f9
commit
716036d5ce
|
@ -0,0 +1,13 @@
|
||||||
|
# Lib.rs Gemini
|
||||||
|
An unofficial port to [lib.rs](https://lib.rs) for the [gemini protocol](https://es.wikipedia.org/wiki/Gemini_(protocolo)).
|
||||||
|
|
||||||
|
## How to run to production
|
||||||
|
- `git clone https://git.kirbylife.dev/kirbylife/librs_gemini`
|
||||||
|
- `cd librs_gemini`
|
||||||
|
- `cargo run --release`
|
||||||
|
|
||||||
|
## Run a dev server
|
||||||
|
- `cargo watch -x run`
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
If you want to add a new word to the list, you can pass it to me through any social network.
|
Loading…
Reference in New Issue