Skip to content

Commit

Permalink
Modify csharp README since there are now two NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Jun 22, 2016
1 parent a897ebb commit 8069466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8069466

Please sign in to comment.