aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/README.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-18 15:15:28 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-18 15:16:54 -0800
commitbb0c65b7b4fc3a5f9faadf9651ffe47fb2ecbb82 (patch)
tree4de13878c981e5d8907ec69dc8e345c7d6d9c98b /src/csharp/README.md
parent2ec0b3ea59ea0869d07153c8f54894aea5192693 (diff)
updated C# readme
Diffstat (limited to 'src/csharp/README.md')
-rwxr-xr-xsrc/csharp/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/csharp/README.md b/src/csharp/README.md
index a16f1e719e..f56ddabda5 100755
--- a/src/csharp/README.md
+++ b/src/csharp/README.md
@@ -25,10 +25,11 @@ INSTALLATION AND USAGE: WINDOWS
INSTALLATION AND USAGE: LINUX & MONO
------------------------------------
-- Compile and install the gRPC C Core library
+- Compile and install the gRPC C# extension library (that will be used via
+ P/Invoke from C#).
```
-make shared_c
-sudo make install
+make grpc_csharp_ext
+sudo make install_grpc_csharp_ext
```
- Prerequisites for development: Mono framework, MonoDevelop (IDE)