From d7ff67819a5e8a3dfa08334ba0d871c5fad213a5 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Tue, 2 Aug 2011 15:57:27 -0600
Subject: [PATCH] mention sqlite dep in readme

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 518808162..e84edefb0 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ Here's the software you'll need installed:
 
 * node.js (>= 0.4.5): http://nodejs.org/
 * npm: http://npmjs.org/
+* sqlite (3) development libraries: http://www.sqlite.org/
 * Several node.js 3rd party libraries - see `package.json` for details
 
 ## Getting started:
-- 
GitLab