From 6d6837a374cb568e9df3429d1ce85988745c1faa Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Thu, 19 May 2011 23:10:34 +0100 Subject: [PATCH] Add the sqlite dependency to the installation instructions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe0a1a0f..e078a042 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,10 @@ documented codebase makes it easier for developers to improve the code # Installation 1. download latest node.js version from and build it with this instructions .
THE NODE.JS VERSION OF YOUR LINUX REPOSITORY MAY BE TOO OLD. PLEASE COMPILE FROM THE SOURCE TO GET SURE YOU HAVE THE LATEST VERSION. 2. install npm `curl http://npmjs.org/install.sh | sh` -3. install etherpad-lite `npm install -g ep-lite` -4. start with `ep-lite` -5. Open your web browser and visit +3. ensure you have installed the sqlite develob libraries `apt-get install libsqlite3-dev` +4. install etherpad-lite `npm install -g ep-lite` +5. start with `ep-lite` +6. Open your web browser and visit # Contribute Look at the TODO list at .