Skip to content

Commit a5b3b3c

Browse files
Update ready
1 parent 4a0190b commit a5b3b3c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ OMGRPC aims to be a postman-like client for interacting with gRPC services.
44

55
Just select your .proto file, tell it where the server is running, and away you go.
66

7-
The import statements in the proto file need to be relative to the proto file from some shared root path.
7+
The import statements in the proto file need to be relative to the proto file from some shared root path.
8+
9+
10+
- Install grpc : `npm install grpc --build-from-source --runtime=node-webkit --target=0.21.3 --target_arch=x64`
11+
- Build: Move stuff to a build folder and run `nwb nwbuild -v 0.21.3-sdk -p osx64 ./build/` with nwjs-builder

0 commit comments

Comments
 (0)