From f35418a1d1a6dfb9f2a56255c558526edfdb40bb Mon Sep 17 00:00:00 2001 From: woodser Date: Tue, 14 Jan 2025 18:08:38 -0500 Subject: [PATCH] update link to install protoc-gen-js and protoc-gen-grpc-web plugins --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b99ef60..37fbd8c8 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,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. -6. Download `protoc-gen-grpc-web` plugin and make executable as [shown here](https://github.com/grpc/grpc-web#code-generator-plugin). +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` 9. `npm run test -- --baseCurrencyNetwork=XMR_LOCAL` to run all tests or `npm run test -- --baseCurrencyNetwork=XMR_LOCAL -t "Can get the version"` to run tests by name.