From 653a7c010d4b73d71f01cb4380805df9cdbf7ead Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Mar 2025 02:10:34 +0800 Subject: [PATCH] Change repo URL --- README.md | 10 ++-------- diff --git a/README.md b/README.md index 8a8c3962938dab2cd3d2b545bbe4f0e71ddbd7f1..858c3947b973977470f880721b12d725bc38f007 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,14 @@ ## Building and linking Remember to pass `-lgit2` to `hare build`, or otherwise link against `libgit2`. -## Vendoring - -``` -git subtree -P vendor/hare-libgit2/ add ssh://forge.runxiyu.org/hare/:/repos/hare-libgit2/ master -``` - ## Contributing Create a branch that begins with `contrib/` and push to the -[main repo](https://forge.runxiyu.org/hare/:/repos/hare-libgit2/) +[main repo](https://forge.lindenii.runxiyu.org/hare/:/repos/hare-libgit2/) via SSH directly. ``` -git clone ssh://forge.runxiyu.org/hare/:/repos/hare-libgit2/ +git clone ssh://forge.lindenii.runxiyu.org/hare/:/repos/hare-libgit2/ cd hare-libgit2 git checkout -b contrib/whatever # edit and commit stuff -- 2.48.1