summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Smith <paulsmith@pobox.com>2013-05-09 17:15:17 -0300
committerPaul Smith <paulsmith@pobox.com>2013-05-09 17:15:17 -0300
commit5cdca98c5301fac4e0396270a50b0948143aecfe (patch)
tree421184be61f0bca05d39da0f4cbadc5c8790cb8c
parent058e1a6c687c2253a829c4e21e09482df6a37054 (diff)
Docs for Ubuntu >= 12.10
The package that provides add-apt-repository changed
-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