From 3731fff0884faacf62efd0bd2ed349fb0acc9049 Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Sat, 13 Jul 2013 17:55:17 +0200 Subject: [PATCH] Update Readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6de112312..718dd4860 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ NodeCoin is powered by Node.js v0.10+, so you need it installed first. Here is a $ sudo apt-get install python-software-properties python g++ make $ sudo add-apt-repository ppa:chris-lea/node.js $ sudo apt-get update - $ sudo apt-get install nodejs + $ sudo apt-get install mongodb nodejs You can find the installation of Node.js for other distribution [on this GitHub document](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager). -- GitLab