From 76b2442f4035bc9fff5f3eb8e750c950ab048f06 Mon Sep 17 00:00:00 2001 From: David Zhao Date: Tue, 18 Jan 2022 17:21:17 -0800 Subject: [PATCH] Link to Ruby SDK --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7422ae9fc..a34b7a88e 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Server SDKs: - [Javascript](https://github.com/livekit/server-sdk-js) ([docs](https://docs.livekit.io/server-sdk-js/)) - [Go](https://github.com/livekit/server-sdk-go) ([docs](https://pkg.go.dev/github.com/livekit/server-sdk-go)) +- [Ruby](https://github.com/livekit/server-sdk-ruby) Tools: @@ -91,8 +92,8 @@ APIwLeah7g4fuLYDYAJeaKsSE: 8nTlwISkb-63DPP7OH4e.nw.J44JjicvZDiz8J59EoQ+ ### Starting the server -In development mode, LiveKit has no external dependencies. You can start LiveKit by passing it the API keys it should use -in `LIVEKIT_KEYS`. LiveKit could also use a [config file](config-sample.yaml) or config environment +In development mode, LiveKit has no external dependencies. You can start LiveKit by passing it the API keys it should +use in `LIVEKIT_KEYS`. LiveKit could also use a [config file](config-sample.yaml) or config environment variable `LIVEKIT_CONFIG` ```shell