From 4e8a88b520b3aea894331f9aee439c6be3adc7ab Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Wed, 3 Dec 2014 19:19:58 +0100 Subject: [PATCH] Fixes apt commands order to install nodejs 0.10 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 161f7e36dc..27dae89fe6 100644 --- a/README.md +++ b/README.md @@ -336,9 +336,9 @@ gem install bundler The tiler API and the SQL API are both [Node.js](http://nodejs.org) apps. ```bash -sudo apt-get install nodejs npm sudo add-apt-repository ppa:cartodb/nodejs-010 sudo apt-get update +sudo apt-get install nodejs npm ``` We currently run our node apps against version 0.10. You can install [NVM](https://github.com/creationix/nvm)