Skip to content

Commit 9ac9fb3

Browse files
committed
Add link out to synapse modeul
1 parent d2e0236 commit 9ac9fb3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Rust HTTP Rendezvous Server
22

3-
Like https://github.com/matrix-org/node-http-rendezvous-server but in Rust
4-
53
An implementation of [MSC3886: Simple rendezvous capability](https://github.com/matrix-org/matrix-spec-proposals/pull/3886) that can be used standalone or packaged as a Synapse module.
64

75
Functionality constraints:
@@ -10,6 +8,12 @@ Functionality constraints:
108
- the server does not need to work in a clustered/sharded deployment
119
- no authentication is needed for use of the server
1210

11+
## Installation
12+
13+
For instructions on usage as a Synapse module, see [matrix-http-rendezvous-synapse](https://pypi.org/project/matrix-http-rendezvous-synapse/) on PyPI.
14+
15+
## Contributing
16+
1317
### Releasing
1418

1519
```sh

0 commit comments

Comments
 (0)