Remove obsolete installation instructions for Godot 2.x

This commit is contained in:
Hugo Locurcio
2020-06-19 20:06:07 +02:00
parent 9e1547d99d
commit 5d29455c42

View File

@@ -48,27 +48,21 @@ Place the `.tet` files in your Godot text editor theme directory:
folder should be placed in `steamapps/common/Godot Engine/editor_data/text_editor_themes/`
in your Steam installation folder.
To change the theme:
- **In Godot 3:** Open a project in Godot, then click on **Editor** in the top
menu, then go to the **Editor Settings** then **Text Editor**. You should now be
able to choose the desired theme.
- **In Godot 2.1:** Open a project in Godot, then click on the upper-right
**Settings****Editor Settings****Text Editor**. You should now be able
to choose the desired theme.
To change the theme, open a project in the editor, click on **Editor** in the
top menu, then go to the **Editor Settings** then **Text Editor**. You should
now be able to choose the desired theme.
**Tip:** You can clone this Git repository directly into the text editor themes
path (if the destination folder does not exist) using the following command:
```bash
# On Linux
# On Linux:
git clone https://github.com/Calinou/godot-syntax-themes.git ~/.config/godot/text_editor_themes
# On macOS
# On macOS:
git clone https://github.com/Calinou/godot-syntax-themes.git ~"/Library/Application Support/Godot/text_editor_themes"
# On Windows
# On Windows:
git clone https://github.com/Calinou/godot-syntax-themes.git "%APPDATA%\Godot\text_editor_themes"
```