Skip to content

Commit

Permalink
.envのエンジンへのパスは\区切りではなく/区切りだとわかりやすくする (VOICEVOX#778)
Browse files Browse the repository at this point in the history
* .envのエンジンへのパスは\ではなく

* Update .env.production

* Update README.md
  • Loading branch information
Hiroshiba committed Apr 8, 2022
1 parent 09c1a18 commit be239a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ npm ci
## 実行

`.env.production`をコピーして`.env`を作成し、`DEFAULT_ENGINE_INFOS`内の`executionFilePath``voicevox_engine`があるパスを指定します。
とりあえず [製品版 VOICEVOX](https://voicevox.hiroshiba.jp/) のディレクトリのパスを指定すれば動きます。
[製品版 VOICEVOX](https://voicevox.hiroshiba.jp/) のディレクトリのパスを指定すれば動きます。
Windowsの場合でもパスの区切り文字は`\`ではなく`/`なのでご注意ください。

```bash
npm run electron:serve
Expand Down

0 comments on commit be239a1

Please sign in to comment.