From c46f1cbbc2ce176956420718e4154220441ac077 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 3 May 2019 16:25:15 +0200 Subject: [PATCH] Meta: Add IRC channel to the ReadMe. Bonus points to anyone who joins using the Serenity IRCClient. ;^) --- ReadMe.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index d7a7551a0b..33c3053ee7 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -49,6 +49,10 @@ Go into the Toolchain/ directory and run the **BuildIt.sh** script. Then source Otherwise, see the older [step-by-step guide to building Serenity](https://github.com/awesomekling/serenity/blob/master/Meta/BuildInstructions.md) +## IRC + +Come chat in `#serenityos` on the Freenode IRC network. + ## Author * **Andreas Kling** - [awesomekling](https://github.com/awesomekling)