Point to new godot-tts releases page.

This commit is contained in:
Nolan Darilek 2020-04-12 09:33:14 -05:00
parent 332fbcb3e8
commit a88b30e7d1

View File

@ -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
$ cd yourgame
$ 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
```