From 58be46460b2ac3a41ce13bc315ccadb450a4d002 Mon Sep 17 00:00:00 2001 From: Alexis Maiquez Date: Wed, 8 Sep 2021 22:07:05 +0200 Subject: [PATCH] + added a missing linefeed for the README.md to look nice Signed-off-by: Alexis Maiquez --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c47df53..aecd60e 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ The assets folder itself can be copied to the same folder where the binary lives ## 5.3. Getting the sources This project includes some git submodules that need to be cloned with the source code for it to compile properly. The easiest way is to recurse submodules when cloning: + ```git clone --recurse-submodules git@github.com:Almamu/linux-wallpaperengine.git``` ## 5.4. Compilation steps