Skip to content
Snippets Groups Projects
Commit d169d60b authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

updated README

parent 87ac31ee
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,9 @@ download nuget.exe from web and manually restore the NuGet packages. ...@@ -15,7 +15,9 @@ download nuget.exe from web and manually restore the NuGet packages.
> nuget restore > nuget restore
``` ```
After that, open `grpc.sln` with Visual Studio and hit "Build". After that, you can build the solution using one of these options:
1. open `grpc.sln` with Visual Studio and hit "Build".
2. build from commandline using `msbuild grpc.sln /p:Configuration=Debug`
#Testing #Testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment