From 403153ad55d6f671f47ad040f08e5812f38751df Mon Sep 17 00:00:00 2001 From: David Worms Date: Wed, 23 Nov 2011 00:12:36 +0100 Subject: [PATCH] NPM instructions --- .gitignore | 1 + README.md | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9526e33..7ef56b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .* /node_modules/ +/bin/cloud9 !.gitignore diff --git a/README.md b/README.md index 25d06fa..0768be9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ -# Thrift Hive - Hive client with multi versions support and a streaming API. +# Thrift Hive - Hive client with multi versions support and a Readable Stream API. The project export the [Hive API][1] using [Apache Thrift RPC system][2]. It support multiple versions and a readable stream API. +## Installation + +``` + npm install thrift-hive +``` + ## Hive Client We've added a function `hive.createClient` to simplify coding. However, you