diff --git a/README.md b/README.md index b91ec43..6b549ed 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,9 @@ If you want to deploy an `MiroTalk SFU` instance on `your own dedicated droplet` ## Run it locally -- You will need to have `Node.js` installed, this project has been tested with Node version [12.X](https://nodejs.org/en/blog/release/v12.22.1/) and [14.X](https://nodejs.org/en/blog/release/v14.17.5/), `python3-pip DEB package`, `build-essential DEB package` and `python version >= 3.6 with PIP`. Take a look also to [this](https://mediasoup.org/documentation/v3/mediasoup/installation/#requirements). +- You will need to have `NodeJS` installed, this project has been tested with Node version [12.X](https://nodejs.org/en/blog/release/v12.22.1/) and [14.X](https://nodejs.org/en/blog/release/v14.17.5/), `python3-pip DEB package`, `build-essential DEB package` and `python version >= 3.6 with PIP`. + +- The `requirements` can also be found [here](https://mediasoup.org/documentation/v3/mediasoup/installation/#requirements). ```bash # Clone this repo