From 57b4e4b7f9bc48c75bd3aef80767feb67eea510c Mon Sep 17 00:00:00 2001 From: Luke Plaster Date: Mon, 10 Feb 2014 00:53:30 +0100 Subject: [PATCH] README: Updated installation stuff --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dfd0e4..b69f77e 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,11 @@ A simple Node.js wrapper for the Git CLI. The API is based on [Grit](https://github.com/mojombo/grit) -# Installation (of this fresher fork) +# Installation - $ npm install gift@>0.0.6 +This fork is now in the `npm` package repository. Install it like you would any other package: + + $ npm install gift # API