From 6b58e940682729ffd6574bc9c113ac000c303eae Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Fri, 13 May 2016 17:36:55 -0700 Subject: [PATCH] Add community links to README. Falco for mailing list and slack. Use the general sysdig twitter. Sysdig.com is the host for the blog but there's a link to posts tagged with falco. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5e6199dc..87459a47 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,13 @@ Create a file with some [Falco rules](Rule-syntax-and-design). For example: And you will see an output event for any interactive process that touches a file with "sysdig" or ".txt" in its name! +Join the Community +--- +* Contact the [official mailing list] (https://groups.google.com/forum/#!forum/falco) for support and to talk with other users. +* Follow us on [Twitter] (https://twitter.com/sysdig) for general falco and sysdig news. +* This is our [blog] (https://sysdig.com/blog/), where you can find the latest [falco](https://sysdig.com/blog/tag/falco/) posts. +* Join our [Public Slack](https://sysdig.slack.com) channel for sysdig and falco announcements and discussions. + License Terms --- Falco is licensed to you under the [GPL 2.0](./COPYING) open source license.