Skip to content
Snippets Groups Projects
Commit 3c4d2af3 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

document upcoming dependency on sqlite

parent 84f16f66
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,6 @@ Getting started:
1. install node.js (>= 0.4.5): http://nodejs.org/
2. install the Connect framework (>= 1.3.0): http://senchalabs.github.com/connect/
3. install xml2js
4. run the top level `run.js` script
5. visit the demo application ('rp') in your web browser (url output on the console at runtime)␁
4. install sqlite (npm install sqlite will get it for you, this is the flavor: https://github.com/orlandov/node-sqlite)
5. run the top level `run.js` script
6. visit the demo application ('rp') in your web browser (url output on the console at runtime)␁
......@@ -136,4 +136,4 @@ exports.getSyncResponse = function(email, identities) {
// XXX todo
return respBody;
};
\ No newline at end of file
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment