DocFixit: Minor corrections to the instructions

pull/5802/head
Sree Kuchibhotla 9 years ago
parent 921f4b0a6e
commit 2ba16331ca
  1. 13
      src/csharp/README.md

@ -55,16 +55,11 @@ If you are a user of gRPC C#, go to Usage section above.
**Windows**
- The grpc_csharp_ext native library needs to be built so you can build the gRPC C# solution. You can
either build the native solution in `vsprojects/grpc_csharp_ext.sln` from Visual Studio manually, or you can use
a convenience batch script that builds everything for you.
- The grpc_csharp_ext native library needs to be built so you can build the gRPC C# solution. Open the
solution `vsprojects/grpc_csharp_ext.sln` in Visual Studio and build it.
```
> REM From src/csharp directory
> buildall.bat
```
- Open Grpc.sln using Visual Studio.
- Open `src\csharp\Grpc.sln` (path is relative to gRPC repository root)
using Visual Studio
**Linux**

Loading…
Cancel
Save