update readme, fix build errors (hopefully)
This commit is contained in:
parent
e561423884
commit
8df4024320
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"java.configuration.updateBuildConfiguration": "automatic",
|
||||
"java.home": "/usr/lib/jvm/java-8-openjdk/"
|
||||
}
|
11
README.md
11
README.md
|
@ -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
|
||||
```
|
Loading…
Reference in New Issue