Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yashtandon113 authored Nov 1, 2024
1 parent 535cf31 commit 765ee7f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,20 @@ Plugin for viewing streams located on the ant-media server. There is also a func
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
## Installation

```sh
```bash
npm install --save @antmedia/videojs-webrtc-plugin

OR

npm install
```

After installing the above packages, run the below commands to build and run the project

```bash
npm run build

npm run start
```

## Issues
Expand Down

0 comments on commit 765ee7f

Please sign in to comment.