From cef44e9b77e4041bbe54585d8ed7af0a7a4396da Mon Sep 17 00:00:00 2001 From: Craig Condon Date: Fri, 28 Feb 2014 10:20:53 -0800 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 429c2de..90af22b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ Compile javascript **with** node.js. This allows you to move your executable around *without* needing to install the node.js runtime. + +### Motivation + +- Developing client-side utilities without requiring to install a bunch of dependencies first (node.js, npm). +- Ability to run multiple node.js applications with *different* node.js runtimes. +- Distributable packages without needing node / npm. +- Starts faster. +- Lockdown specific application versions, and easily rollback. +- Faster deployments. + ## Requirements - Linux / Mac @@ -23,14 +33,6 @@ Or git: git clone ``` - -### Motivation - -- Developing client-side utilities without requiring to install a bunch of dependencies first (node.js, npm). -- Ability to run multiple node.js applications with *different* node.js runtimes. -- Distributable packages without needing node / npm. -- Loads faster. - ### CLI Usage ````text