Add apt install make, gcc and g++ (#14)

This commit is contained in:
mrkrabs 2018-08-02 05:58:26 +03:00 committed by Dane Everitt
parent 42eba0e890
commit 13a121ce69

View File

@ -93,7 +93,7 @@ NodeJS is also super easy to install! Simply run the command below to make the p
``` bash
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
apt -y install nodejs
apt -y install nodejs make gcc g++
```
::: tip Other OS Distributions