From 6605952bc5ff17237bb7429d45c6c046741630b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mejzl=C3=ADk?= Date: Wed, 25 Sep 2024 11:59:42 +0200 Subject: [PATCH] Update README.md Fix the other command as well. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92e41b1ac..29ab4e895 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To initialize your local repository using the OMNIROM trees to build TWRP, use a To initialize a shallow clone, which will save even more space, use a command like this: - repo init --depth=1 -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-8.1 + repo init --depth=1 -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-8.1 Then to sync up: