summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorDylan Reid <dgreid@chromium.org>2020-02-12 12:35:00 -0800
committerCommit Bot <commit-bot@chromium.org>2020-02-12 20:54:37 +0000
commit62d95045e1c5489f2e01cb35c66326c05bbe4acc (patch)
treec041a216ed35d1b4151dc618f9ba593e4259d460 /README.md
parentbccb4ebb852f74de44034ca4ebac9242bfb71d22 (diff)
downloadcrosvm-62d95045e1c5489f2e01cb35c66326c05bbe4acc.tar
crosvm-62d95045e1c5489f2e01cb35c66326c05bbe4acc.tar.gz
crosvm-62d95045e1c5489f2e01cb35c66326c05bbe4acc.tar.bz2
crosvm-62d95045e1c5489f2e01cb35c66326c05bbe4acc.tar.lz
crosvm-62d95045e1c5489f2e01cb35c66326c05bbe4acc.tar.xz
crosvm-62d95045e1c5489f2e01cb35c66326c05bbe4acc.tar.zst
crosvm-62d95045e1c5489f2e01cb35c66326c05bbe4acc.zip
README: Add IRC info
Copy the IRC text from the chromium docs, giving users a place to go ask
questions.

Change-Id: I9466cb3058823b6afd65ff2912b05d8a70d70229
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2052390
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
Tested-by: Daniel Verkamp <dverkamp@chromium.org>
Auto-Submit: Dylan Reid <dgreid@chromium.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index ba85244..51c200d 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,11 @@ makes crosvm unique is a focus on safety within the programming language and a
 sandbox around the virtual devices to protect the kernel from attack in case of
 an exploit in the devices.
 
+## IRC
+
+The channel #crosvm on [freenode](https://webchat.freenode.net/#crosvm) is used
+for technical discussion related to crosvm development and integration.
+
 ## Building with Docker
 
 See the [README](docker/README.md) from the `docker` subdirectory to learn how