From a88b30e7d1a97d271c30585d4c9afdb3e8398394 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sun, 12 Apr 2020 09:33:14 -0500 Subject: [PATCH] Point to new godot-tts releases page. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07e8700..30dd6f2 100644 --- a/README.md +++ b/README.md @@ -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 ```