From 13a121ce69bb48c5911230b4773a5dad0fef1d14 Mon Sep 17 00:00:00 2001 From: mrkrabs Date: Thu, 2 Aug 2018 05:58:26 +0300 Subject: [PATCH] Add apt install make, gcc and g++ (#14) --- daemon/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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