From 6935f37b3194e0fe69d64426ee1057806f930761 Mon Sep 17 00:00:00 2001 From: Oleg Podsechin Date: Sun, 29 Jan 2012 13:04:16 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 53b4cd1..7d8c910 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,9 @@ proposals on top of [Node.js](http://nodejs.org) using * mix & match synchronous/asynchronous styles and use the best tool for the job by writing maintainable business logic in a synchronous manner * write concise, legible shell scripts -If you have a spare 20 minutes, you can also check out [this presentation](http://www.slideshare.net/olegp/server-side-javascript-going-all-the-way) (audio included). +If you have a spare 20 minutes, you can also check out [this presentation](http://www.slideshare.net/olegp/server-side-javascript-going-all-the-way) (audio included). If you have any questions, you can find help on IRC, channel [#common-node](irc://irc.freenode.net/common-node) on freenode. -If you have any questions, you can find help on IRC, channel [#common-node](irc://irc.freenode.net/common-node) on freenode. - -For a real world application using Common Node, take a look at the [Minimal CMS](https://github.com/olegp/mcms). If you're looking for an Express like framework that works with Common Node, take a look at [Stick](https://github.com/olegp/stick/), in particular the [skeleton app](https://github.com/olegp/stick/tree/master/examples/skeleton) in examples. +For a real world application using Common Node, take a look at the [Minimal CMS](https://github.com/olegp/mcms). The following modules are included: @@ -32,9 +30,9 @@ The following modules are included: If you don't already have them, [install Node version 0.5.2 or later](https://github.com/joyent/node/wiki/Installation) (for Node 0.4.X check out the v0.4 branch of Common Node) and [Node Package Manager](http://npmjs.org). It's also highly recommended that you have your $NODE_PATH variable [set correctly](https://github.com/olegp/common-node/issues/20). -Install `common-node` as a global package: +Install `common-node` as a global package (use `sudo` if you're on Ubuntu): - sudo npm -g install common-node + npm -g install common-node Run the "Hello World" example: @@ -59,6 +57,10 @@ A number of examples are available in [common-node/examples](https://github.com/ For more usage examples, please refer to the tests in the [common-node/test](https://github.com/olegp/common-node/tree/master/test) directory. +If you're looking for an Express like framework that works with Common Node, take a look at [Stick](https://github.com/olegp/stick/), in particular the [skeleton app](https://github.com/olegp/stick/tree/master/examples/skeleton) in examples. + +Common Node also works well with [CoffeeScript](http://coffeescript.org/), check out [this example](https://gist.github.com/1447709). + ### Documentation The API reference is available at