From 0afc84b5426d313364b61a69a4b69086beb633a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?So=CC=9Bn=20Nguye=CC=82=CC=83n?= Date: Tue, 28 Mar 2023 19:27:55 +0100 Subject: [PATCH] chore: Correct installation guide in README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c17151c..ad66f9c 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,18 @@

## Features + - 📣 Conversation with ChatGPT, with full context, in a neat UI. - 🛠️ Customizable voice and speech rate. ## Development -You can also set up this project locally to play with it, contribute to it or hack it to your heart's content. Simply clone it, install dependencies then start the dev server. + +You can also set up this project locally to play with it, contribute to it or hack it to your heart's content. Simply clone it, install dependencies then start the dev server. ```bash git clone https://github.com/thanhsonng/chatgpt-voice.git cd chatgpt-voice -npm run install +npm install npm run dev ```