Skip to content

Commit f76c55e

Browse files
committed
chore: Update readme
1 parent 1bab3a2 commit f76c55e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,17 @@ This is a low-level auto-generated gRPC client and server for CloudQuery plugin
66

77
### Prerequisites
88

9+
Node.js 16 or higher. Install Node.js from [here](https://nodejs.org/en/download/).
10+
11+
### Install dependencies
12+
13+
```bash
14+
npm ci
15+
```
16+
17+
### Generate gRPC client and server
18+
19+
```bash
20+
npm run proto-clone # Only needed once
21+
npm run build
22+
```

0 commit comments

Comments
 (0)