update readme, fix build errors (hopefully)

This commit is contained in:
Agatha Lovelace 2021-08-27 17:38:20 +03:00
parent e561423884
commit 8df4024320
No known key found for this signature in database
GPG Key ID: 2DB18BA2E0A80BC3
2 changed files with 13 additions and 2 deletions

4
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"java.configuration.updateBuildConfiguration": "automatic",
"java.home": "/usr/lib/jvm/java-8-openjdk/"
}

View File

@ -163,6 +163,13 @@ matterbridge
now start the server with matterlink (and forgelin) in the mods folder
and then [RTFM!!!](https://github.com/42wim/matterbridge#configuration) and configure all your needed gateways, endpoints etc
and then [configure](https://github.com/42wim/matterbridge#configuration) all your needed gateways, endpoints etc
powered by wishful thinking
### Building
```bash
git clone --recursive https://git.lain.faith/sorceress/MatterLink.git
cd MatterLink/
./gradlew setupDecompWorkspace
./gradlew build
```