From 5fca2f65328a94f4821ec668779352716a62e46b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Fri, 2 Feb 2024 11:32:33 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d69fa5ff3..182c84cf9 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,9 @@ First make sure your Git client supports LFS objects, visit [Git LFS page](https # Clone the repo git clone https://github.com/MafiaHub/Framework.git cd Framework + +# Pull LFS objects +git lfs pull ``` **Note:** If you have issues cloning the repository (Git LFS-related errors), first ensure you have Git LFS support enabled. If you do, and this looks to be a server issue, please get in touch with [@ZaKlaus](https://github.com/zpl-zak) on our [Discord](https://discord.gg/eBQ4QHX) server to investigate it.