From 5b1e5534a0043d7eb60abcc89d6393d4e1f7fddf Mon Sep 17 00:00:00 2001 From: HeeroYui Date: Sat, 10 Feb 2024 10:50:08 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6a7c0a..0868fbe 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Create the tree: ```{.sh} mkdir kangaroo_and_rabbit cd kangaroo_and_rabbit -island init https://git.heeroyui.org/kangaroo-and-rabbit/manifest.git +island init https://gitea.atria-soft.org/kangaroo-and-rabbit/manifest.git island sync cd .. ``` @@ -21,7 +21,7 @@ cd .. ```{.sh} mkdir kangaroo_and_rabbit cd kangaroo_and_rabbit -island init git@git.heeroyui.org:kangaroo-and-rabbit/manifest.git +island init git@gitea.atria-soft.org:kangaroo-and-rabbit/manifest.git island sync cd .. ```