diff --git a/README.md b/README.md index ee3b375..2f694a6 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,13 @@ If you want the ansible approach, you can find ansible role [here](https://githu ## Manual installation +* Prerequisites: +Currently multiparty-meeting will only run on nodejs v10.* +To instal see here [here](https://github.com/nodesource/distributions/blob/master/README.md#debinstall). + +```bash +apt install npm build-essentials +``` * Clone the project: