From 1df9f2c46da514b6661d85a42e0ea0e9659ba115 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Thu, 22 Aug 2024 10:55:13 +0200 Subject: [PATCH] add lfs instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfd006e..f04bc82 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ The best FPS you've ever seen ! Install xmake from [here](https://xmake.io/#/guide/installation). +## Cloning + +You need git lfs. + +If cloning with ssh, you should `git config --global http.sslCAInfo ~/.ssh/id_rsa` first, +else lfs will fail to download the assets + ## How to use You must have [godot](https://godotengine.org/) in your path @@ -31,4 +38,4 @@ xmake clean # by default the generated files will save under "src" folder, you can change it by -d folder/under/src xmake ext-class -n MySprite2D -b Sprite2D -s myexample1 -d sample -``` \ No newline at end of file +```