Update example in README.md

This commit is contained in:
2026-01-26 07:57:04 +01:00
parent 5ee9f037b0
commit 75b6b51188

View File

@@ -4,7 +4,7 @@ Small CLI wrapper around the Kokoro TTS pipeline for Japanese speech synthesis.
## Quick start
- Requires Python 3.11+ with `pip`.
- Run `./run.sh "こんにちは、ココロです。"` to create a `.venv`, install deps, download UniDic on first run, and generate `out.wav`.
- Run `./run.sh "ココロさん、こんにちは"` to create a `.venv`, install deps, download UniDic on first run, and generate `out.wav`.
## Direct usage
```bash