Parcourir la source

Quick final readme fix

Tatyana Borisova il y a 7 ans
Parent
commit
45b5da8a91
1 fichiers modifiés avec 2 ajouts et 5 suppressions
  1. 2 5
      README.md

+ 2 - 5
README.md

@@ -3,7 +3,6 @@
 Protobuf plugin to generate Qt classes
 
 # Linux Build
-
 ```bash
 mkdir build
 cd build
@@ -12,8 +11,7 @@ make -j<N>
 ```
 
 # Windows Build
-
-```Windows Qt command line
+```bash
 mkdir build
 cd build
 cmake ..
@@ -21,7 +19,6 @@ cmake --build . --target qtprotobuf --config RELEASE
 ```
 
 # Usage
-
 ```bash
 protoc --plugin=protoc-gen-qtprotobuf=<path/to/bin>/qtprotobuf --qtprotobuf_out=<output_dir> <protofile>.proto
-```
+```