persvr / rql

Resource Query Language
http://www.persvr.org/
267 stars 49 forks source link

How do I install RQL on node? #12

Closed ghost closed 13 years ago

ghost commented 13 years ago

How do I install RQL on node?

Would be great with some info.

/Johnny

kriszyp commented 13 years ago

Added instructions here: https://github.com/kriszyp/rql/commit/ec9c85305bab66468c83705b1b4cad8c7e4b009f

ghost commented 13 years ago

Thanks.

Why not use npm?

Or is nodules a replacement for npm?

benatkin commented 13 years ago

I installed it on npm by adding "directories": {"lib": "./lib"} to the root object of package.json and running npm i ..