update link to protoc v29.3

This commit is contained in:
woodser 2025-01-14 19:22:50 -05:00
parent f35418a1d1
commit 974362cd23

View File

@ -66,7 +66,7 @@ Start a local Haveno network with docker:
### Run client tests
5. Install protobuf compiler [v3.20.3](https://github.com/protocolbuffers/protobuf/releases/tag/v3.20.3) for your system.
5. Install protobuf compiler [v29.3](https://github.com/protocolbuffers/protobuf/releases/tag/v29.3) for your system.
6. Download `protoc-gen-js` and `protoc-gen-grpc-web` plugins and make executable as [shown here](https://github.com/grpc/grpc-web#code-generator-plugins).
7. `cd haveno-ts`
8. `npm install`