Update clone command in README

This commit is contained in:
Aleksandras Kostarevas 2024-06-23 18:19:03 +03:00
parent 42e16fa9af
commit c29f609a0f

View File

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