From 6a9d01c88e0ec8a2e6e31ab8361648aefef0768c Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 13 Mar 2025 21:32:06 +0800 Subject: [PATCH] README --- README.md | 26 ++++++++++++++++++++++++++ diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..719e516d9de8145a438aae690f365f08b325c28b --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# hare-lmdb – Hare bindings for LMDB + +## License + +This inherits the OpenLDAP license from the original code. See the LICENSE +file. + +## Contributing + +Create a branch that begins with `contrib/` and push to the +[main repo](https://forge.lindenii.runxiyu.org/hare/:/repos/hare-lmdb/) +via SSH directly. + +``` +git clone ssh://forge.lindenii.runxiyu.org/hare/:/repos/hare-lmdb/ +cd hare-lmdb +git checkout -b contrib/whatever +# edit and commit stuff +git push -u origin HEAD +``` + +## Support + +[`#chat`](https://webirc.runxiyu.org/kiwiirc/#chat) +on +[irc.runxiyu.org](https://irc.runxiyu.org/). -- 2.48.1