You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the [Twilio CLI documentation](https://www.twilio.com/docs/twilio-cli/quickstart) for more information.
30
30
31
-
### Install the plugin
31
+
### Install the plugin for general use
32
+
33
+
The following step will install the plugin from [NPM](https://www.npmjs.com/package/@twilio-labs/plugin-rtc) and is recommended if you are interested in trying out the [commands](#commands) in the latest release.
32
34
33
35
```sh-session
34
36
$ twilio plugins:install @twilio-labs/plugin-rtc
35
37
```
36
38
39
+
### Install the plugin for local development
40
+
41
+
The following step will install the plugin from a local directory. Use this option if you are interested in modifying the plugin and testing it out from the Twilio CLI.
42
+
43
+
```sh-session
44
+
$ twilio plugins:link /path/to/plugin-rtc
45
+
```
46
+
37
47
## Supported Apps
38
48
39
49
This plugin currently supports the following applications:
0 commit comments