diff options
author | Drew DeVault <sir@cmpwn.com> | 2021-10-13 11:46:47 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-10-13 11:47:24 +0200 |
commit | fd117526fcda1cd4de4e091075d9182436a85bdb (patch) | |
tree | 3bcb7245f8c39c17ba994955773bd25889030855 /chat.sr.ht/channels.md | |
parent | e1a5ee0da6b2f9b8d8bce6299bd7778223a5ff4e (diff) | |
download | sr.ht-docs-fd117526fcda1cd4de4e091075d9182436a85bdb.tar.gz |
chat.sr.ht: add channel setup docs
Diffstat (limited to 'chat.sr.ht/channels.md')
-rw-r--r-- | chat.sr.ht/channels.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chat.sr.ht/channels.md b/chat.sr.ht/channels.md new file mode 100644 index 0000000..55a892c --- /dev/null +++ b/chat.sr.ht/channels.md @@ -0,0 +1,11 @@ +# Starting an IRC channel for your project + +For information about how to register an IRC channel on the Libera Chat network, +consult the [Libera Chat documentation on channel registration][0]. + +[0]: https://libera.chat/guides/creatingchannels + +Once you've set up your channel, you can add a link to it in your project README +like so: `[Join us on IRC](irc://irc.libera.chat/#channelname)`. SourceHut +detects these URLs and renders them as a link to chat.sr.ht, so users can easily +join your channel and get talking. |