From ec8c347a232ab7616caaba11ce075cb996000080 Mon Sep 17 00:00:00 2001 From: Stefan Otto Date: Mon, 23 Mar 2020 14:13:05 +0100 Subject: [PATCH] fix / typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f1de98..dc2c8cf 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,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 git npm build-essential redis ``` * Clone the project: