docs: update outdated README

This commit is contained in:
Nex 2020-12-07 16:32:36 +08:00
parent b256c1f80b
commit b182e369c6

View File

@ -35,13 +35,9 @@ For generating HTTP JSON APIs with [grpc-gateway](https://grpc-ecosystem.github.
For generating Java code: From `bdledger-sdk-java` run `gradle generateProto`
For generating Node.js code, install Node.js then run:
For generating Node.js code (and TypeScript definitions), install Node.js then run:
```bash
npm install -g grpc-tools
```
For generating TypeScript definitions, also run:
```bash
npm install -g protoc-gen-ts
npm install
```
For frontend JavaScript: