Skip to content

Commit

Permalink
Docs: 依存ライブラリをインストール方法を明示 (#2292)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Oct 19, 2024
1 parent 5f2b79f commit 9adb252
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ Issue 側で取り組み始めたことを伝えるか、最初に Draft プル
[.node-version](.node-version) に記載されているバージョンの Node.js をインストールしてください。
Node.js の管理ツール([nvs](https://github.com/jasongin/nvs)[Volta](https://volta.sh)など)を利用すると簡単にインストールでき、Node.js の自動切り替えもできます。

Node.js をインストール後、[このリポジトリ](https://github.com/VOICEVOX/voicevox.git)
Fork して `git clone` し、次のコマンドを実行してください。
Node.js をインストール後、[このリポジトリ](https://github.com/VOICEVOX/voicevox.git) を Fork して `git clone` してください。

### 依存ライブラリをインストールする

次のコマンドを実行することで依存ライブラリがインストール・アップデートされます。

```bash
npm ci
Expand Down

0 comments on commit 9adb252

Please sign in to comment.