add matrix links; IRC is on libera.chat now

This commit is contained in:
meejah 2021-06-15 15:18:27 -06:00
parent 965b949ccf
commit 83947014a6
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,9 @@
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/w1bdniovwm4egfyg/branch/master?svg=true)](https://ci.appveyor.com/project/warner/magic-wormhole)
[![codecov.io](https://codecov.io/github/magic-wormhole/magic-wormhole/coverage.svg?branch=master)](https://codecov.io/github/magic-wormhole/magic-wormhole?branch=master)
[![Docs](https://readthedocs.org/projects/magic-wormhole/badge/?version=latest)](https://magic-wormhole.readthedocs.io)
[![Irc][https://img.shields.io/badge/irc.libera.chat-%23magic--wormhole-brightgreen]][https://web.libera.chat/]
[![Matrix][https://img.shields.io/badge/matrix.org-%23magic--wormhole-brightgreen]][https://matrix.to/#/#magic-wormhole:matrix.org]
Get things from one computer to another, safely.

View File

@ -253,7 +253,8 @@ PAKE phase. See `src/wormhole/cli/cmd_send.py` for examples.
## Development
* Bugs and patches at the [GitHub project page](https://github.com/warner/magic-wormhole).
* Chat via [IRC](irc://irc.freenode.net/#magic-wormhole): #magic-wormhole on irc.freenode.net
* Chat via [IRC](irc://irc.libera.chat/#magic-wormhole): #magic-wormhole on irc.libera.chat
* Chat via [Matrix](https://matrix.to/#/#magic-wormhole:matrix.org): #magic-wormhole on matrix.org
To set up Magic Wormhole for development, you will first need to
install [virtualenv][].