Browse Source

Add tiny change to description of windows readme

TatyanVladimirivich 5 years ago
parent
commit
8a4066722f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -38,7 +38,7 @@ Download and install:
 
 **Note:** All applications should be in PATH
 
-Clone grpc project from official repository to 3rdparty folder:
+Enter to 3rdparty folder and run command:
 
 ```bash
 git submodule update --init --recursive
@@ -58,7 +58,7 @@ cmake --build . [--config <RELEASE|DEBUG>] -- /m:<N>
 
 ## Usage
 ```bash
-protoc --plugin=protoc-gen-qtprotobuf=<path/to/bin>/qtprotobuf --qtprotobuf_out=<output_dir> <protofile>.proto [--qtprotobuf_opt=out=<output_dir>]
+protoc --plugin=protoc-gen-qtprotobuf=<path/to/bin>/qtprotobufgen --qtprotobuf_out=<output_dir> <protofile>.proto [--qtprotobuf_opt=out=<output_dir>]
 ```
 ## Running tests
 ```bash