aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2016-07-10 21:30:31 +0100
committerGitHub <noreply@github.com>2016-07-10 21:30:31 +0100
commit3560cc9edef985d1f8882ab8e062aaeb5bc39ade (patch)
tree6753975440e101e3b7d3800025b0e84bca2d7950
parent8779cba302f330f478ce10c4e58a34e7b6360471 (diff)
parent80694669e4c73d25b346fdba8362a553bbee500a (diff)
downloadprotobuf-3560cc9edef985d1f8882ab8e062aaeb5bc39ade.tar.gz
protobuf-3560cc9edef985d1f8882ab8e062aaeb5bc39ade.tar.bz2
protobuf-3560cc9edef985d1f8882ab8e062aaeb5bc39ade.zip
Merge pull request #1702 from lukebakken/csharp-nuget-doc-update
Modify csharp README since there are now two NuGet packages
-rw-r--r--csharp/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/README.md b/csharp/README.md
index 8c3993e0..ddf1d2be 100644
--- a/csharp/README.md
+++ b/csharp/README.md
@@ -9,8 +9,8 @@ Usage
The easiest way how to use C# protobufs is via the `Google.Protobuf`
NuGet package. Just add the NuGet package to your VS project.
-Besides C# runtime library, the NuGet package also contains
-precompiled version of `protoc.exe` and a copy of well known `.proto`
+You will also want to install the `Google.Protobuf.Tools` NuGet package, which
+contains precompiled version of `protoc.exe` and a copy of well known `.proto`
files under the package's `tools` directory.
To generate C# files from your `.proto` files, invoke `protoc` with the