From c29f609a0f44fe575c5d992f35e530d7db13f87f Mon Sep 17 00:00:00 2001 From: Aleksandras Kostarevas Date: Sun, 23 Jun 2024 18:19:03 +0300 Subject: [PATCH] Update clone command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47e7cb60b..246c0545c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Check out the [FUTO Keyboard Wiki](https://gitlab.futo.org/alex/keyboard-wiki/-/ When cloning the repository, you must perform a recursive clone to fetch all dependencies: ``` -git clone --recursive git@gitlab.futo.org:alex/latinime.git +git clone --recursive https://gitlab.futo.org/alex/latinime.git ``` You can also initialize this way if you forgot to specify the recursive clone: