From 723a608394153b1c62d7b6f09fb8885a190cf0e0 Mon Sep 17 00:00:00 2001 From: Randall Coding Date: Tue, 23 Nov 2021 19:11:12 -0600 Subject: [PATCH] Updates README with protoc-gen-grpc-web instructions --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3a67ff3e..78298d16 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,11 @@ This application is a lightly modified [create-react-app](https://github.com/fac 4. Install protobuf for your system:
mac: `brew install protobuf`
linux: `apt install protobuf-compiler` -5. `cd haveno-ui-poc` -6. `npm install` -7. `npm start` to open http://localhost:3000 in a browser -8. Confirm that the Haveno daemon version is displayed (1.6.2) +5. Download `protoc-gen-grpc-web` plugin and make executable as [shown here](https://github.com/grpc/grpc-web#code-generator-plugin) +6. `cd haveno-ui-poc` +7. `npm install` +8. `npm start` to open http://localhost:3000 in a browser +9. Confirm that the Haveno daemon version is displayed (1.6.2)


@@ -34,6 +35,7 @@ Running the [top-level API tests](./src/HavenoDaemon.test.tsx) is a great way to 5. Install protobuf for your system:
mac: `brew install protobuf`
linux: `apt install protobuf-compiler` -6. `cd haveno-ui-poc` -7. `npm install` -8. `npm test` to run all tests or `npm run test -- -t 'my test'` to run tests by name. +6. Download `protoc-gen-grpc-web` plugin and make executable as [shown here](https://github.com/grpc/grpc-web#code-generator-plugin) +7. `cd haveno-ui-poc` +8. `npm install` +9. `npm test` to run all tests or `npm run test -- -t 'my test'` to run tests by name.