summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2019-06-16 23:45:18 +0200
committerWim <wim@42.be>2019-06-16 23:46:24 +0200
commitc52664f22e4ba15b77ed9ce70d745fc5a893bea7 (patch)
tree008c17811e4bd0aa3b05cffd0cbdb39c17d7d0d2 /README.md
parentcb712ff37d3c20a21695e00c52fff213a6fd40b4 (diff)
downloadmatterbridge-msglm-c52664f22e4ba15b77ed9ce70d745fc5a893bea7.tar.gz
matterbridge-msglm-c52664f22e4ba15b77ed9ce70d745fc5a893bea7.tar.bz2
matterbridge-msglm-c52664f22e4ba15b77ed9ce70d745fc5a893bea7.zip
Update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index a824fc2c..4bc4b4fb 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@
* [API](#API)
* [Chat with us](#chat-with-us)
* [Screenshots](https://github.com/42wim/matterbridge/wiki/)
- * [Installing](#installing)
+ * [Installing/upgrading](#installing--upgrading)
* [Binaries](#binaries)
* [Building](#building)
* [Configuration](#configuration)
@@ -127,15 +127,20 @@ Questions or want to test on your favorite platform? Join below:
## Screenshots
See https://github.com/42wim/matterbridge/wiki
-## Installing
+## Installing / upgrading
### Binaries
* Latest stable release [v1.15.0](https://github.com/42wim/matterbridge/releases/latest)
* Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
+To install or upgrade just download the latest [binary](https://github.com/42wim/matterbridge/releases/latest) and follow the instructions on the [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration.
+
### Packages
* [Overview](https://repology.org/metapackage/matterbridge/versions)
## Building
+Most people just want to use binaries, you can find those [here](https://github.com/42wim/matterbridge/releases/latest)
+
+If you really want to build from source, follow these instructions:
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.