Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d77b392

Browse files
get the readme fix in too
1 parent 2bf8ecf commit d77b392

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,25 @@ Welcome to the official docs for [**CodeRabbit**](https://coderabbit.ai), the co
3737

3838
## Getting Started
3939

40-
1. Clone this repository:
40+
1. Make sure that you have the following prerequisites installed:
41+
42+
- [Node.js](https://nodejs.org/)
43+
- [pnpm](https://pnpm.io/installation)
44+
45+
2. Clone this repository:
4146

4247
```sh
4348
git clone https://github.com/coderabbit-ai/coderabbit-docs.git
4449
cd coderabbit-docs
4550
```
4651

47-
2. Install dependencies:
52+
3. Install Node.js dependencies using `pnpm`:
4853

4954
```sh
5055
pnpm install
5156
```
5257

53-
3. Start the development server:
58+
4. Start the development server:
5459

5560
```sh
5661
pnpm start

0 commit comments

Comments
 (0)