mx-puppet-vk/README.md

17 lines
517 B
Markdown
Raw Normal View History

2020-11-02 14:48:22 +00:00
# mx-puppet-vk
This is a Matrix <-> VK bridge based on [mx-puppet-bridge](https://github.com/Sorunome/mx-puppet-bridge).
It is it early development and should be considered as proof-of-concept.
## Installation
```bash
git pull https://github.com/innereq/mx-puppet-vk
npm install
npm run build
```
Next copy the `sample.config.yaml` to `config.yaml`, edit it and then run `npm run start -- -r` to generate a registration file.
Register that one with synapse and start the bridge with `npm run start`.
## Usage
TODO