Use 4.0-dev branch in Git clone commands in README

This commit is contained in:
Hugo Locurcio
2022-04-04 22:05:41 +02:00
parent 751f939dec
commit 1ac2dcae26

View File

@@ -57,13 +57,13 @@ path (if the destination folder does not exist) using the following command:
```bash
# On Linux:
git clone https://github.com/godotengine/godot-syntax-themes.git ~/.config/godot/text_editor_themes
git clone --branch=4.0-dev https://github.com/godotengine/godot-syntax-themes.git ~/.config/godot/text_editor_themes
# On macOS:
git clone https://github.com/godotengine/godot-syntax-themes.git "~/Library/Application Support/Godot/text_editor_themes"
git clone --branch=4.0-dev https://github.com/godotengine/godot-syntax-themes.git "~/Library/Application Support/Godot/text_editor_themes"
# On Windows:
git clone https://github.com/godotengine/godot-syntax-themes.git "%APPDATA%\Godot\text_editor_themes"
git clone --branch=4.0-dev https://github.com/godotengine/godot-syntax-themes.git "%APPDATA%\Godot\text_editor_themes"
```
## License