From 9894ac5c7c75a8555e9a82e225bad1da7bc9792b Mon Sep 17 00:00:00 2001 From: David Alarcon Date: Fri, 5 Feb 2021 11:24:57 +0100 Subject: [PATCH] MACOSINST-23 Change yml2 repository from hg to git in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e93f013..80c29aa 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ sudo port install automake sudo port install wget sudo port install capnproto pushd ~ -hg clone https://pep.foundation/dev/repos/yml2/ +git clone https://gitea.pep.foundation/fdik/yml2 popd curl https://sh.rustup.rs -sSf | sh ```