We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a363b commit d2ff457Copy full SHA for d2ff457
README.md
@@ -1,4 +1,4 @@
1
-[](https://travis-ci.org/huntlabs/hunt-grpc)
+[](https://travis-ci.org/huntlabs/hunt-grpc)
2
3
# DLang gRPC
4
Grpc for D programming language, hunt-http library based.
@@ -10,7 +10,7 @@ protoc --plugin=protoc-gen-d --d_out=./examples -I ./examples ./examples/hellowo
10
11
# Generating grpc client and server code
12
```shell
13
-git submodule update --init
+git submodule update --init --recursive
14
cd compiler
15
mkdir build
16
cd build
0 commit comments