mirror of
https://github.com/godotengine/godot-syntax-themes.git
synced 2026-01-04 02:10:28 +03:00
Fix git clone command paths in README
The ~ character is not expanded in double quotes (or simple quotes). This closes #3.
This commit is contained in:
@@ -54,10 +54,10 @@ path (if the destination folder does not exist) using the following command:
|
||||
|
||||
```bash
|
||||
# On Linux
|
||||
git clone https://github.com/Calinou/godot-syntax-themes.git "~/.config/godot/text_editor_themes"
|
||||
git clone https://github.com/Calinou/godot-syntax-themes.git ~/.config/godot/text_editor_themes
|
||||
|
||||
# On macOS
|
||||
git clone https://github.com/Calinou/godot-syntax-themes.git "~/Library/Application Support/Godot/text_editor_themes"
|
||||
git clone https://github.com/Calinou/godot-syntax-themes.git ~"/Library/Application Support/Godot/text_editor_themes"
|
||||
|
||||
# On Windows
|
||||
git clone https://github.com/Calinou/godot-syntax-themes.git "%APPDATA%\Godot\text_editor_themes"
|
||||
|
||||
Reference in New Issue
Block a user