Skip to content

Commit

Permalink
[mirotalksfu] - update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jul 2, 2024
1 parent 18520e4 commit 2e937e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ To embed a meeting in `your service or app` using an iframe, use the following c

- Before running MiroTalk SFU, ensure you have `Node.js` and all [requirements](https://mediasoup.org/documentation/v3/mediasoup/installation/#requirements) installed. This project has been tested with Node version [18.X](https://nodejs.org/en/download).

- Requirements install example for `Ubuntu 20.04`
- Requirements install example for `Ubuntu 24.04 LTS`

```bash
# Gcc g++ make
Expand All @@ -177,6 +177,8 @@ $ apt install -y software-properties-common
$ add-apt-repository -y ppa:deadsnakes/ppa
$ apt update
$ apt install -y python3.8 python3-pip
# FFmpeg
$ apt install -y ffmpeg
```

---
Expand Down

0 comments on commit 2e937e3

Please sign in to comment.