From 79287c5e47e606517dd6022c4978614603cccb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Str=C3=B6ger?= Date: Sat, 3 Nov 2018 19:29:38 +0100 Subject: [PATCH] dont need submodules in the git clone command anymore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdf30c4..594e1be 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.f 3 - Clone the repository ``` -git clone --recurse-submodules https://gitlab.com/Preisschild/popcorntime-flatpak +git clone https://gitlab.com/Preisschild/popcorntime-flatpak cd ./popcorntime-flatpak ```