From c01648e1f0097b2497370c22dc9fb0636f48688f Mon Sep 17 00:00:00 2001 From: backcountrymountains <29560911+backcountrymountains@users.noreply.github.com> Date: Thu, 5 Aug 2021 12:16:10 -0600 Subject: [PATCH] need to update enet. --recursive updates dependencies. --- Compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```