diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-07-11 22:50:09 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-07-11 22:50:09 +0200 |
commit | ed152f823212eee1b191403ec89e9a76d7a749a3 (patch) | |
tree | e6ad6c9e15137ffc955907d5a88cbf0040e6a259 /vsprojects | |
parent | 4547d503d37ade45866688dae3ce291ec8a450bd (diff) |
Fixing VS's documentation.
The nuget command line tool can't find which solution we want to restore packages on. The documentation needs some update.
Diffstat (limited to 'vsprojects')
-rw-r--r-- | vsprojects/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vsprojects/README.md b/vsprojects/README.md index 14178daaa7..dade9e500e 100644 --- a/vsprojects/README.md +++ b/vsprojects/README.md @@ -12,7 +12,7 @@ download nuget.exe from the web and manually restore the NuGet packages. ``` > REM Run from this directory. > REM No need to do this if you have NuGet visual studio extension. -> nuget restore +> nuget restore grpc.sln ``` After that, you can build the solution using one of these options: |