summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 4d55e9e..f9c5731 100644
--- a/readme.md
+++ b/readme.md
@@ -90,6 +90,8 @@ Here's a sample script to install the approriate dependencies on an Ubunutu serv
# Install node and depencencies
sudo apt-get update -y
sudo apt-get install python-software-properties python g++ make -y
+# On Ubuntu 12.10 and greater, add-apt-repository is provided by the software-properties-common package
+#sudo apt-get install software-properties-common -y
sudo add-apt-repository ppa:chris-lea/node.js -y
sudo apt-get update -y
sudo apt-get install nodejs npm -y