From 9348ce6962d51610fb63a4d7969146d72e4ce442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Moln=C3=A1r?= Date: Sun, 27 May 2012 15:27:09 +0200 Subject: [PATCH] Adding installation instructions to README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5b9b199..ba42408 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,13 @@ print.call(1, 'an important number'); // Number: 1 (an important number) print.call('a', 'the first letter'); // String: ` (the first letter) ``` +Installation +============ + +Using [npm](http://npmjs.org): + + npm install def.js + License =======