summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorPaul Smith <paulsmith@pobox.com>2013-05-09 17:19:08 -0300
committerPaul Smith <paulsmith@pobox.com>2013-05-09 17:19:08 -0300
commit892982270a49adeb9b49190981117c7d8478ae92 (patch)
tree401a73d95c30ece22d09c846b7d0eca251598e06 /readme.md
parent5cdca98c5301fac4e0396270a50b0948143aecfe (diff)
Update docs for installing node
Recent node packages from ppa:chris-lea/node.js install npm
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index f9c5731..74589ef 100644
--- a/readme.md
+++ b/readme.md
@@ -94,7 +94,7 @@ sudo apt-get install python-software-properties python g++ make -y
#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
+sudo apt-get install nodejs -y
# Forever to keep server running
sudo npm install -g forever