diff options
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 |