diff options
author | John McLear <john@mclear.co.uk> | 2014-11-01 12:36:57 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-11-01 12:36:57 +0000 |
commit | 3ebcaad31fc217e8ef77c940d414cb55ea99fa6d (patch) | |
tree | 036f5fa13a65ef7300599abac1ae5ec724a3bc96 | |
parent | 1932d240e5689370ab4cee4374ff3c198807d9d6 (diff) | |
download | etherpad-lite-3ebcaad31fc217e8ef77c940d414cb55ea99fa6d.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ You'll need gzip, git, curl, libssl develop libraries, python and gcc. *For Fedora/CentOS*: `yum install gzip git-core curl python openssl-devel && yum groupinstall "Development Tools"` *For FreeBSD*: `portinstall node, npm, git (optional)` -Additionally, you'll need [node.js](http://nodejs.org) installed, Ideally the latest stable version, be careful of installing nodejs from apt. +Additionally, you'll need [node.js](http://nodejs.org) installed, Ideally the latest stable version, we recommend installing/compiling nodejs from source (avoiding apt). **As any user (we recommend creating a separate user called etherpad):** |