Skip to content

Commit

Permalink
One other important doc detail
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjjwright committed Mar 14, 2010
1 parent da3c326 commit 850795e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -22,9 +22,11 @@ Other goals
How to use
-------------------

First make sure you have an HTML5 compatible sqlite driver. [Node-sql](http://github.com/mrjjwright/node-sqlite) is what I (mrjjwright) use and is the only one tested with NoSQLite at the moment.
Put `nosqlite.js` and `sql.js` in your node.requires path.

Add necessary requires (examples are shown in CoffeeScript):
You will also need an HTML5 compatible sqlite driver. [Node-sql](http://github.com/mrjjwright/node-sqlite) is what I (mrjjwright) use and is the only one tested with NoSQLite at the moment. If you want to use it, download it, compile it for node and put it in the node.requires. path.

Add necessary requires to the top of your JS (examples are shown in CoffeeScript):

sqlite: require("node-sqlite")
nosql: require("nosqlite")
Expand Down

0 comments on commit 850795e

Please sign in to comment.