From bf6454d7e54ba804ce23e537ce7bfb148f8a79bb Mon Sep 17 00:00:00 2001 From: cm-ayf Date: Wed, 22 May 2024 15:30:53 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=8F=E3=81=A0=E3=81=95?= =?UTF-8?q?=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e7726fe..9ec2374 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ om-syrinx(読み方:おーむ・しーりんくす)は,Discordの読み ### ライブラリ本体 -以下を実行します: +以下を実行してください: ```sh npm install github:discordjs-japan/om-syrinx#v0.3.0 ``` @@ -16,15 +16,15 @@ npm install github:discordjs-japan/om-syrinx#v0.3.0 ### jpreprocess用の辞書 -1. [`jperprocess`のリリース](https://github.com/jpreprocess/jpreprocess/releases)から最新の辞書 (`naist-jdic-jpreprocess.tar.gz`) をダウンロードします. -1. `tar xz`等で展開して,生成される`naist-jdic`フォルダを適切な場所に配置します. +1. [`jperprocess`のリリース](https://github.com/jpreprocess/jpreprocess/releases)から最新の辞書 (`naist-jdic-jpreprocess.tar.gz`) をダウンロードしてください. +1. `tar xz`等で展開して,生成される`naist-jdic`フォルダを適切な場所に配置してください. ### jbonsai用のモデル ここでは,[`htsvoice-tohoku-f01`](https://github.com/icn-lab/htsvoice-tohoku-f01)をダウンロードします.`htsvoice-tohoku-f01`は,4種類の声色のモデルを含むリポジトリです.他のモデルを利用することもできます. -1. `htsvoice-tohoku-f01`の`master`ブランチ () をダウンロードします. -1. `tar xz`等で展開して,生成される`htsvoice-tohoku-f01-master`フォルダを適切な場所に配置します. +1. `htsvoice-tohoku-f01`の`master`ブランチ () をダウンロードしてください. +1. `tar xz`等で展開して,生成される`htsvoice-tohoku-f01-master`フォルダを適切な場所に配置してください. ## 使い方