Skip to content

Commit

Permalink
chore: Correct installation guide in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sonngdev committed Mar 28, 2023
1 parent 531203c commit 0afc84b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,18 @@
<p align="center">

## 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
```

Expand Down

0 comments on commit 0afc84b

Please sign in to comment.