MACOSINST-23 Change yml2 repository from hg to git in README.md.

MACOSINST-23
David Alarcon 2021-02-05 11:24:57 +01:00
parent 627d77e2a1
commit 9894ac5c7c
1 changed files with 1 additions and 1 deletions

View File

@ -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
```