mirror of
https://github.com/lightsoutgames/godot-accessible-starter.git
synced 2024-11-21 21:55:56 +00:00
Point to new godot-tts releases page.
This commit is contained in:
parent
332fbcb3e8
commit
a88b30e7d1
|
@ -13,7 +13,8 @@ This starter project sets up [Godot](https://godotengine.org) with the [accessib
|
||||||
$ git clone --recursive https://gitlab.com/lightsoutgames/godot-accessible-starter yourgame
|
$ git clone --recursive https://gitlab.com/lightsoutgames/godot-accessible-starter yourgame
|
||||||
$ cd yourgame
|
$ cd yourgame
|
||||||
$ git remote rm origin
|
$ git remote rm origin
|
||||||
$ wget "https://gitlab.com/lightsoutgames/godot-tts/-/jobs/artifacts/master/download?job=publish" -O addons/godot-tts.zip
|
$ # Any release from https://github.com/lightsoutgames/godot-tts/releases/ should do.
|
||||||
|
$ wget https://github.com/lightsoutgames/godot-tts/releases/download/v0.3.1/godot-tts.zip -O addons/godot-tts.zip
|
||||||
$ unzip -d addons addons/godot-tts.zip
|
$ unzip -d addons addons/godot-tts.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user