From 77245b8fe45f5bd5298126f1f53f3e852c59bbf3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 Apr 2020 20:55:39 +0200 Subject: [PATCH] Fix package name On Debian/Ubuntu it's "build-essential" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82a1c6a..e7f947c 100644 --- a/README.md +++ b/README.md @@ -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: