From 66f608be48592e4b3d43ed36d0cae87446e6b46d Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Sat, 5 Apr 2014 14:13:10 -0400 Subject: [PATCH] README.md: add a "Mailing list" section near the top --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dcbbd5e..4d23538 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ This is `protobuf-c`, a C implementation of [Google Protocol Buffers](https://de `protobuf-c` was originally maintained by Dave Benson through version 0.15 but is now being maintained by a new team. Thanks, Dave! +## Mailing list + +`protobuf-c`'s mailing list is hosted on a [Google Groups forum](https://groups.google.com/forum/#!forum/protobuf-c). Subscribe by sending an email to [protobuf-c+subscribe@googlegroups.com](mailto:protobuf-c+subscribe@googlegroups.com). + ## Building `protobuf-c` requires a C compiler, a C++ compiler, [Google Protocol Buffers](https://developers.google.com/protocol-buffers/), and `pkg-config` to be installed.