From 2a589b49f19a0338555143f9a05dfbd26f8046ac Mon Sep 17 00:00:00 2001 From: Petter Karlsrud Date: Fri, 30 Nov 2018 12:11:15 +0100 Subject: [PATCH] Fixed the path to grpc.tools in a command --- docs/quickstart/csharp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/csharp.md b/docs/quickstart/csharp.md index 69b69324..0ab6ae55 100644 --- a/docs/quickstart/csharp.md +++ b/docs/quickstart/csharp.md @@ -164,7 +164,7 @@ protoc-gen-grpc plugin requires fullpath of "grpc_csharp_plugin" executable inst ``` # Local nuget cache on Linux and Mac is located in ~/.nuget/packages -$ ~/.nuget/packages/grpc.tools.{{ site.data.config.grpc_release_tag | remove_first: "v" }}/tools/linux_x64/protoc -I../../protos --csharp_out Greeter --grpc_out Greeter ../../protos/helloworld.proto --plugin=protoc-gen-grpc=${HOME}/.nuget/packages/grpc.tools.{{ site.data.config.grpc_release_tag | remove_first: "v" }}/tools/linux_x64/grpc_csharp_plugin +$ ~/.nuget/packages/grpc.tools/{{ site.data.config.grpc_release_tag | remove_first: "v" }}/tools/linux_x64/protoc -I../../protos --csharp_out Greeter --grpc_out Greeter ../../protos/helloworld.proto --plugin=protoc-gen-grpc=${HOME}/.nuget/packages/grpc.tools/{{ site.data.config.grpc_release_tag | remove_first: "v" }}/tools/linux_x64/grpc_csharp_plugin ``` Running the appropriate command for your OS regenerates the following files in