diff options
author | Gary Kim <gary@garykim.dev> | 2020-07-26 20:51:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 14:51:07 +0200 |
commit | 2d2bebe976972242cade57cb9512c8fd6326be58 (patch) | |
tree | 34af45321d90e082fa69f02e62ac5c1174c0c5cb /vendor/gomod.garykim.dev/nc-talk/README.md | |
parent | e1629994bdbb4257fe91cff0b3fc665814c66ac8 (diff) | |
download | matterbridge-msglm-2d2bebe976972242cade57cb9512c8fd6326be58.tar.gz matterbridge-msglm-2d2bebe976972242cade57cb9512c8fd6326be58.tar.bz2 matterbridge-msglm-2d2bebe976972242cade57cb9512c8fd6326be58.zip |
Fix Nextcloud Talk connection failure (#1179)
Fix #1177
Signed-off-by: Gary Kim <gary@garykim.dev>
Diffstat (limited to 'vendor/gomod.garykim.dev/nc-talk/README.md')
-rw-r--r-- | vendor/gomod.garykim.dev/nc-talk/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/gomod.garykim.dev/nc-talk/README.md b/vendor/gomod.garykim.dev/nc-talk/README.md index 725f40ec..54300182 100644 --- a/vendor/gomod.garykim.dev/nc-talk/README.md +++ b/vendor/gomod.garykim.dev/nc-talk/README.md @@ -5,6 +5,16 @@ A Go library that can be used to communicate with [Nextcloud Talk](https://github.com/nextcloud/spreed) instances. +### Installing + +You can use this library in your Go projects by installing it with go mod: + +```bash +GO111MODULE=on go get gomod.garykim.dev/nc-talk +``` + +Check out the documentation for the package [here](https://pkg.go.dev/gomod.garykim.dev/nc-talk). + ### License Copyright © 2020 Gary Kim <<gary@garykim.dev>>, All Rights Reserved |