Gemini server written in Crystal
Revision | 56cb5190b4478aa5330ed61a4053fe4849c43655 (tree) |
---|---|
Zeit | 2023-04-20 16:40:06 |
Autor | Remilia Scarlet <remilia@post...> |
Commiter | Remilia Scarlet |
Update README
@@ -5,11 +5,22 @@ | ||
5 | 5 | in [Crystal](https://crystal-lang.org/) and released under the |
6 | 6 | [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html). |
7 | 7 | |
8 | -Wanna support me? [Buy me a coffee on Ko-Fi](https://ko-fi.com/L4L614QNC)<br/> | |
8 | +Wanna support Remilia? [Buy me a coffee on Ko-Fi](https://ko-fi.com/L4L614QNC), | |
9 | +or support me through Liberapay. | |
10 | + | |
9 | 11 | <a href='https://ko-fi.com/L4L614QNC' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a> |
12 | +<a href="https://liberapay.com/RemiliaScarlet/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a> | |
10 | 13 | |
11 | 14 | ## How do I get set up? |
12 | 15 | |
16 | +You will need [Mercurial](https://www.mercurial-scm.org/) installed to clone | |
17 | +this repository. | |
18 | + | |
19 | +You will need [Fossil](https://fossil-scm.org/) installed to clone some of the | |
20 | +dependencies for this repository. You will also need Shards v0.17.1 or later. | |
21 | +If you have an earlier version of Shards, you will need to to build the [latest | |
22 | +version](https://github.com/crystal-lang/shards/) manually. | |
23 | + | |
13 | 24 | 1. Clone this repository |
14 | 25 | 2. Run `shards` (or `shards --release` for a release build). The binary will be |
15 | 26 | in the `bin/` directory. |
@@ -49,7 +60,10 @@ | ||
49 | 60 | ## Contributors |
50 | 61 | |
51 | 62 | * Remilia Scarlet - creator and maintainer |
52 | - * Homepage: [https://alexa.partition36.com/](https://alexa.partition36.com/) | |
53 | - * Mastodon: [@MistressRemilia@mastodon.sdf.org](https://mastodon.sdf.org/@MistressRemilia) | |
63 | + * Homepage: [https://remilia.sdf.org/](https://remilia.sdf.org/) | |
64 | + * Mastodon: [@MistressRemilia@social.sdf.org](https://social.sdf.org/@MistressRemilia) | |
54 | 65 | * Email: zremiliaz@postzeoz.jpz My real address does not contain Z's |
55 | 66 | |
67 | +## Links and Licenses | |
68 | + | |
69 | +Aya is under the [GNU Affero General Public License version 3](https://www.gnu.org/licenses/agpl-3.0.html). |