We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b149f80 commit a92abc5Copy full SHA for a92abc5
protoc_plugin/README.md
@@ -41,7 +41,7 @@ Make sure you have `~/.pub-cache/bin` in your `PATH`.
41
This method installs a Dart script and requires presence of `dart` executable
42
in your `PATH`.
43
44
-**To build from the source:**
+**To build from the source:**
45
46
- Run `dart pub get` in `protoc_plugin` directory
47
- Add `protoc_plugin/bin` to your `PATH`, or pass the path to
@@ -82,7 +82,7 @@ final output directive is separated from the options using colon. Pass
82
options `<option 1>` and `<option 2>` like this:
83
84
--dart_out="<option 1>,<option 2>:."
85
-
+
86
### Generating grpc Headers
87
88
To generate code for [grpc], you will need to pass in the `grpc` option:
0 commit comments