Skip to content

Commit

Permalink
Adding Node/NPM version info to the readme (#529)
Browse files Browse the repository at this point in the history
* Adding Node/NPM version info to the readme

* fixing case for node version
  • Loading branch information
s1ddly committed Feb 16, 2024
1 parent f684004 commit bd5f25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ One click deploy with Vercel

1. Ensure that you have the following installed:

- [node.js](https://nodejs.org/en/)
- [yarn](https://yarnpkg.com/) or [npm](https://www.npmjs.com/)
- [node.js](https://nodejs.org/en/) (v14.18.0 or above)
- [yarn](https://yarnpkg.com/) or [npm](https://www.npmjs.com/) (6.14.15 or above)

2. Clone this [repository](https://github.com/ztjhz/BetterChatGPT) by running `git clone https://github.com/ztjhz/BetterChatGPT.git`
3. Navigate into the directory by running `cd BetterChatGPT`
Expand Down

0 comments on commit bd5f25b

Please sign in to comment.