From bdbf0d9f7f4880930ed60c0df26ab0601c2187df Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Mar 2025 02:32:05 +0800 Subject: [PATCH] Add a README --- README.md | 31 +++++++++++++++++++++++++++++++ diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..46c5a4c8a11b6c4f44323a27d649d1c2217942ba --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# hare-git — Git library for Hare + +**Work in progress.** + +## Dependencies + +- [hare-compress](https://git.sr.ht/~sircmpwn/hare-compress) + +## License + +This inherits the ISC 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-git/) +via SSH directly. + +``` +git clone ssh://forge.lindenii.runxiyu.org/hare/:/repos/hare-git/ +cd hare-git +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