summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordsmedia <tim@dsmedia.org>2011-09-23 13:20:05 -0500
committerdsmedia <tim@dsmedia.org>2011-09-23 13:20:05 -0500
commit46d85a12470c109a93f146bf1bee6f1a1057738f (patch)
treed8aac6a8072e6f278500350f1f6ee53510215b3b /README.md
parentecd486e440bc566f3744618350c1028676dd681c (diff)
downloadetherpad-lite-46d85a12470c109a93f146bf1bee6f1a1057738f.zip
added "build-essential" to list of Ubuntu package dependencies for installing.
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 e075d821..785a0835 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ Here is the **[FAQ](https://github.com/Pita/etherpad-lite/wiki/FAQ)**
**As root:**
<ol>
- <li>Install the dependencies. We need the gzip, git, curl, libssl develop libraries and python <br><code>apt-get install gzip git-core curl python libssl-dev</code></li><br>
+ <li>Install the dependencies. We need the gzip, git, curl, libssl develop libraries and python <br><code>apt-get install gzip git-core curl python libssl-dev build-essential</code></li><br>
<li>Install node.js
<ol type="a">
<li>Download the latest <b>0.4.x</b> node.js release from <a href="http://nodejs.org/#download">http://nodejs.org/#download</a></li>