From 23a842752e3db3ac28de0a0a2de743d5345ea388 Mon Sep 17 00:00:00 2001 From: wlaurance Date: Mon, 27 May 2013 15:38:05 -0400 Subject: [PATCH] Redefine what Rust is Closes #4 --- README.md | 9 ++++++--- package.json | 6 ++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94c7030..be1e449 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ -r[iak cl]ust[er] +rust ================ -Show those Riak clusters who's boss! +Show those Riak nodes who's boss! -Command to write host, port and other configuration changes to a Riak cluster's app.config and vm.args +Command to write host, port and other configuration changes to a Riak node's app.config and vm.args The only external dependency is commander for command line hapiness. [![Build Status](https://travis-ci.org/wlaurance/rust.png)](https://travis-ci.org/wlaurance/rust) +##Installation +`npm install rust` or `npm install rust -g` or however you put node +modules in yo path. diff --git a/package.json b/package.json index 2a3112d..b13d6e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rust", "version": "0.1.5", - "description": "riak cluster like a boss", + "description": "riak node configuration like a boss", "main": "index.js", "bin": { "rust": "./rust" @@ -16,7 +16,9 @@ "keywords": [ "riak", "cluster", - "configuration" + "node", + "configuration", + "boss" ], "author": "Will S. Laurance", "license": "MIT",