From bdd44cf28a93b1c5690ad7a18dcbe340a80ef3ce Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Thu, 30 May 2024 22:13:42 +0200 Subject: [PATCH] docs: update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0a3bccca..2749a28b 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ Please use our dedicated channels for questions and discussion. Help is much mor [discord]: https://discord.gg/5eXr5seRrv [Tutorials and Examples]: https://github.com/coqui-ai/TTS/wiki/TTS-Notebooks-and-Tutorials +The [issues](https://github.com/coqui-ai/TTS/issues) and +[discussions](https://github.com/coqui-ai/TTS/discussions) in the original +repository are also still a useful source of information. + ## 🔗 Links and Resources | Type | Links | @@ -143,6 +147,7 @@ If you plan to code or train models, clone 🐸TTS and install it locally. ```bash git clone https://github.com/idiap/coqui-ai-TTS +cd coqui-ai-TTS pip install -e . ```