diff --git a/daemon/installing.md b/daemon/installing.md index b0db0bf3..a636f368 100644 --- a/daemon/installing.md +++ b/daemon/installing.md @@ -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