From 9c4118cf990d6f7ddbacafffb82caa2512d1a5a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Erdelyi?= Date: Tue, 12 Dec 2023 11:11:23 +0100 Subject: [PATCH] [QA] Update README.md remove branch exemple --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8931d5..5c8724a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Dependencies: - macOS `brew install git` The editor uses the debug version, but if you want to export your project as a release, you have to compile everything as a release as well: - - Run `git clone --recurse-submodules https://github.com/GDWired/GDPaho.git -b godot-4` + - Run `git clone --recurse-submodules https://github.com/GDWired/GDPaho.git` Compile everything in release and copy libs to the demo folder ready to use by Godot4. ```cmake