From be4682bd1fae0e520337de04ce50e1517f10cbe6 Mon Sep 17 00:00:00 2001 From: OpenSauce Date: Tue, 2 Jul 2024 20:52:34 +0100 Subject: [PATCH] Improved formatting of git clone command --- Building-from-source.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Building-from-source.md b/Building-from-source.md index 9620b78..5747216 100644 --- a/Building-from-source.md +++ b/Building-from-source.md @@ -1,6 +1,8 @@ Firstly, clone the Lime3DS repository using the following command: -`git submodule update --init --recursive` +``` +git submodule update --init --recursive +``` After this has finished, use the following instructions depending on your operating system: