commit 029f980583b2672b2a22bd149ecd1c61a8c25b45
Author: Wim <wim@42.be>
Date: Sun Apr 14 23:48:54 2019 +0000
diff --git a/README.md b/README.md
index 3ee560b..5638c8e 100644
--- a/README.md
+++ b/README.md
@@ -509 +5010 @@
* [Screenshots](https://github.com/42wim/matterbridge/wiki/)
* [Installing](#installing)
- * [Building](#building)
+ * [Building](#building)
* [Configuration](#configuration)
+ * [Settings](#settings)
* [Running](#running)
@@ -977 +987 @@
* [Discourse](https://github.com/DeclanHoare/matterbabble)
### API
-The API is very basic at the moment.
+The API is basic at the moment.
More info and examples on the [wiki](https://github.com/42wim/matterbridge/wiki/Api).
Used by the projects below. Feel free to make a PR to add your project to this list.
@@ -1357 +1367 @@ See https://github.com/42wim/matterbridge/wiki
### Packages
* [Overview](https://repology.org/metapackage/matterbridge/versions)
-### Building
+## Building
Go 1.9+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed, including setting up your [GOPATH](https://golang.org/doc/code.html#GOPATH).
After Go is setup, download matterbridge to your $GOPATH directory.
@@ -1566 +1579 @@ matterbridge
### Basic configuration
See [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration.
+### Settings
+All possible [settings](https://github.com/42wim/matterbridge/wiki/Settings) for each bridge.
+
### Advanced configuration
* [matterbridge.toml.sample](https://github.com/42wim/matterbridge/blob/master/matterbridge.toml.sample) for documentation and an example.