diff options
author | Florian Klink <flokli@flokli.de> | 2023-01-21T11·46+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-01-21T15·08+0000 |
commit | 4614db2f83b42f6026beee9fa60d36aabec2e3de (patch) | |
tree | 42d065e78fdd40606e99064cee5512e916753174 | |
parent | 758b94f47cd53f2ce182e3bef6584d2230ab4e37 (diff) |
docs(tvix): link to IRC channel and mailing list r/5726
I omitted the link to the commit history. Most people see this README through some git interface anyways, so it felt a bit redundant. Change-Id: I92cf6d08b83ef680fe37df29d3d546cad020955a Reviewed-on: https://cl.tvl.fyi/c/depot/+/7888 Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de>
-rw-r--r-- | tvix/README.md | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/tvix/README.md b/tvix/README.md index a00032b9126b..bbc37f7829df 100644 --- a/tvix/README.md +++ b/tvix/README.md @@ -1,10 +1,16 @@ Tvix ==== -For more information about Tvix, contact one of the project owners. We -are interested in people who would like to help us review designs, -brainstorm and describe requirements that we may not yet have -considered. +For more information about Tvix, feel free to reach out. +We are interested in people who would like to help us review designs, +brainstorm and describe requirements that we may not yet have considered. + +Most of the discussion around development happens on our IRC channel, which +you can join in several ways documented on +[tvl.fyi](https://tvl.fyi/#getting-in-touch). + +There's also some discussion around development on our +[mailing list](https://inbox.tvl.su). ## Building the CLI |