From b78756079402fc0731fb678f331ecda851a73057 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 14 Sep 2025 02:28:46 +0800 Subject: [PATCH] Update README --- README.md | 9 +++++++-- diff --git a/README.md b/README.md index 44169804c9f5174781c392588ffa6d6580eed631..ae4bf07f02fa29032ce72f5aabf8581955789138 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ # hare-git — Git library for Hare **Work in progress.** +## Notes + +- Only SHA-256 is supported for now. +- Many, many limitations. + ## Dependencies - [hare-compress](https://git.sr.ht/~sircmpwn/hare-compress) @@ -9,11 +14,11 @@ ## Contributing Create a branch that begins with `contrib/` and push to the -[main repo](https://forge.lindenii.runxiyu.org/hare/:/repos/hare-git/) +[main repo](https://forge.lindenii.org/hare/:/repos/hare-git/) via SSH directly. ``` -git clone ssh://forge.lindenii.runxiyu.org/hare/:/repos/hare-git/ +git clone ssh://forge.lindenii.org/hare/:/repos/hare-git/ cd hare-git git checkout -b contrib/whatever # edit and commit stuff -- 2.48.1