Skip to content

Commit a778702

Browse files
author
Aaron Alaniz
authored
Add local development docs (#21)
* Add local development docs * Trigger build * Address feedback * Trigger build
1 parent 5f81170 commit a778702

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,22 @@ $ brew tap twilio/brew && brew install twilio
2828

2929
See the [Twilio CLI documentation](https://www.twilio.com/docs/twilio-cli/quickstart) for more information.
3030

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.
3234

3335
```sh-session
3436
$ twilio plugins:install @twilio-labs/plugin-rtc
3537
```
3638

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+
3747
## Supported Apps
3848

3949
This plugin currently supports the following applications:

0 commit comments

Comments
 (0)