diff --git a/Compilation.md b/Compilation.md index bc277a8..7bcc2eb 100644 --- a/Compilation.md +++ b/Compilation.md @@ -2,7 +2,7 @@ * Download and extract Moonlight Embedded from release or git clone * Install development dependencies (see Dependencies) -* Initialize the git submodules ``git submodule update --init`` +* Initialize the git submodules ``git submodule update --init --recursive`` * Build and install using the following commands ```