Skip to content

Commit 1943d06

Browse files
authored
Update Codegen Instructions (#82)
1 parent f110291 commit 1943d06

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/src/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ go build -o grpc_test_server
3232
```
3333

3434
### Code Generation
35+
Code generation support has been up-streamed but a new version has not yet been released. In order to make code generation work, you need to add ProtoBuf.jl from git.
3536

36-
**Note: support for this is currently being upstreamed into [ProtoBuf.jl](https://github.com/JuliaIO/ProtoBuf.jl/pull/283). Until then, make sure you add the feature branch with gRPC code generation support:**
37-
38-
`pkg> add https://github.com/csvance/ProtoBuf.jl#external-service-support`
37+
`pkg> add https://github.com/JuliaIO/ProtoBuf.jl.git`
3938

4039
gRPCClient.jl integrates with ProtoBuf.jl to automatically generate Julia client stubs for calling gRPC.
4140

0 commit comments

Comments
 (0)