Fix package name

On Debian/Ubuntu it's "build-essential"
This commit is contained in:
Andrea Gelmini
2020-04-14 20:55:39 +02:00
parent 87831ecc82
commit 77245b8fe4
+1 -1
View File
@@ -27,7 +27,7 @@ Currently multiparty-meeting will only run on nodejs v10.*
To install see here [here](https://github.com/nodesource/distributions/blob/master/README.md#debinstall).
```bash
$ sudo apt install npm build-essentials redis
$ sudo apt install npm build-essential redis
```
* Clone the project: