mirror of
https://github.com/godotengine/godot-syntax-themes.git
synced 2025-12-31 05:48:32 +03:00
Use 4.0-dev branch in Git clone commands in README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user