We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0190b commit a5b3b3cCopy full SHA for a5b3b3c
README.md
@@ -4,4 +4,8 @@ OMGRPC aims to be a postman-like client for interacting with gRPC services.
4
5
Just select your .proto file, tell it where the server is running, and away you go.
6
7
-The import statements in the proto file need to be relative to the proto file from some shared root path.
+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