From d87f7892394f5ca0cbcdfcdcc28bef8bcb72272b Mon Sep 17 00:00:00 2001 From: woodser Date: Tue, 14 Jan 2025 19:22:50 -0500 Subject: [PATCH] update link to protoc v29.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37fbd8c8..d4789037 100644 --- a/README.md +++ b/README.md @@ -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`