Browse Source

Add discord link to readme

Alessandro Decina 3 years ago
parent
commit
76baefe61b
1 changed files with 8 additions and 2 deletions
  1. 8 2
      README.md

+ 8 - 2
README.md

@@ -9,7 +9,10 @@
 [license-badge]: https://img.shields.io/badge/license-MIT%2FApache--2.0-blue
 [build-badge]: https://github.com/alessandrod/aya/actions/workflows/build-test.yml/badge.svg 
 
-[API docs][api-docs]
+[API docs][api-docs] | [Chat][chat-url]
+
+[api-docs]: https://docs.rs/aya
+[chat-url]: https://discord.gg/xHW2cb2N6G
 
 ## Overview
 
@@ -37,7 +40,6 @@ Some of the major features provided include:
   compiled headers, and not even a C toolchain; a release build completes in a matter
   of seconds.
 
-[api-docs]: https://docs.rs/aya
 [libbpf]: https://github.com/libbpf/libbpf
 [bcc]: https://github.com/iovisor/bcc
 [libc]: https://docs.rs/libc
@@ -72,6 +74,10 @@ let cgroup = File::open("/sys/fs/cgroup/unified")?;
 ingress.attach(cgroup, CgroupSkbAttachType::Ingress)?;
 ```
 
+## Community
+
+Join [the conversation on Discord][chat-url] to discuss anything related to aya.
+
 ## License
 
 Aya is distributed under the terms of either the [MIT license] or the [Apache License] (version