Update README.md

typo in manual installation prerequisites
master
Marco Manenti 2020-04-15 07:58:04 +02:00 committed by GitHub
parent f37bde2429
commit 876b270876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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). To install see here [here](https://github.com/nodesource/distributions/blob/master/README.md#debinstall).
```bash ```bash
$ sudo apt install npm build-essentials redis $ sudo apt install npm build-essential redis
``` ```
* Clone the project: * Clone the project: