Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 9548b83

Browse files
authored
Merge pull request #802 from lanceklinger/Fix-Windows-Command
Remove extra "packages\" in Windows path
2 parents 706a7b3 + 34e2190 commit 9548b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ From the `examples/csharp/Helloworld` directory:
155155

156156
```
157157
@rem Local nuget cache on Windows is located in %UserProfile%\.nuget\packages
158-
> %UserProfile%\.nuget\packages\Grpc.Tools.{{ site.data.config.grpc_release_tag | remove_first: "v" }}\tools\windows_x86\protoc.exe -I../../protos --csharp_out Greeter --grpc_out Greeter ../../protos/helloworld.proto --plugin=protoc-gen-grpc=%UserProfile%\.nuget\packages\packages\Grpc.Tools.{{ site.data.config.grpc_release_tag | remove_first: "v" }}\tools\windows_x86\grpc_csharp_plugin.exe
158+
> %UserProfile%\.nuget\packages\grpc.tools\{{ site.data.config.grpc_release_tag | remove_first: "v" }}\tools\windows_x86\protoc.exe -I../../protos --csharp_out Greeter --grpc_out Greeter ../../protos/helloworld.proto --plugin=protoc-gen-grpc=%UserProfile%\.nuget\packages\grpc.tools\{{ site.data.config.grpc_release_tag | remove_first: "v" }}\tools\windows_x86\grpc_csharp_plugin.exe
159159
```
160160

161161
**Linux (or OS X by using macosx_x64 directory)**

0 commit comments

Comments
 (0)