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

Commit cbc1741

Browse files
authored
nit: fix the home directory reference
1 parent fe4dbf8 commit cbc1741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/quickstart/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ protoc-gen-grpc plugin requires fullpath of "grpc_csharp_plugin" executable inst
164164

165165
```
166166
# Local nuget cache on Linux and Mac is located in ~/.nuget/packages
167-
$ ~/.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=/Users/<HOME_FOLDER>/.nuget/packages/grpc.tools.{{ site.data.config.grpc_release_tag | remove_first: "v" }}/tools/linux_x64/grpc_csharp_plugin
167+
$ ~/.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
168168
```
169169

170170
Running the appropriate command for your OS regenerates the following files in

0 commit comments

Comments
 (0)