dont need submodules in the git clone command anymore

This commit is contained in:
Florian Ströger 2018-11-03 19:29:38 +01:00
parent e2be486008
commit 79287c5e47

View File

@ -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
```