aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/README.md')
-rw-r--r--src/compiler/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compiler/README.md b/src/compiler/README.md
new file mode 100644
index 0000000000..a2f49b3cd5
--- /dev/null
+++ b/src/compiler/README.md
@@ -0,0 +1,4 @@
+#Overview
+
+This directory contains source code for gRPC protocol buffer compiler (*protoc*) plugins. Along with `protoc`,
+these plugins are used to generate gRPC client and server stubs from `.proto` files.