Browse Source

Add rudimentary installation instructions to plugin

Describe how `protoc` finds the plugin binary in the path. A simple
installation can be performed by copying the binary to a directory in
the path.

Also fix the example `protoc` invocation to match the Makefile by
adding an explicit `--plugin` argument.

Also add a few more files to .gitignore that are generated during
plugin build/test.
Andy Chou 8 years ago
parent
commit
b1fa80d6a8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -5,3 +5,5 @@ xcuserdata
 third_party/**
 Plugin/Packages/**
 Plugin/protoc-*
+Plugin/swiftgrpc.log
+Plugin/echo.*.swift