mirror of https://github.com/grpc/grpc.io.git
C# tutorial: Simplify instructions for running route guide server and client (#221)
This commit is contained in:
parent
3dba10d66a
commit
5d73cdf327
|
|
@ -481,15 +481,15 @@ Using `dotnet` command line tool
|
||||||
Run the server:
|
Run the server:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
> cd RouteGuideServer/bin/Debug/netcoreapp2.1
|
> cd RouteGuideServer
|
||||||
> dotnet exec RouteGuideServer.dll
|
> dotnet run
|
||||||
```
|
```
|
||||||
|
|
||||||
From a different terminal, run the client:
|
From a different terminal, run the client:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
> cd RouteGuideClient/bin/Debug/netcoreapp2.1
|
> cd RouteGuideClient
|
||||||
> dotnet exec RouteGuideClient.dll
|
> dotnet run
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also run the server and client directly from Visual Studio.
|
You can also run the server and client directly from Visual Studio.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue