From 1a376883e3b4ef526f56e3f4f8c1db386ae8f8d2 Mon Sep 17 00:00:00 2001 From: Shivam Mehta Date: Sun, 17 Sep 2023 15:22:37 +0000 Subject: [PATCH] Updating readme --- Makefile | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3468118..bf66306 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ clean-logs: ## Clean logs rm -rf logs/** create-package: ## Create wheel and tar gz + rm -rf dist/ python setup.py bdist_wheel --plat-name=manylinux1_x86_64 python setup.py sdist python -m twine upload dist/* --verbose diff --git a/README.md b/README.md index bb2eac5..aae3eec 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ matcha-tts --text "" or ```bash -matcha-tts_app +matcha-tts-app ``` or open `synthesis.ipynb` on jupyter notebook