Skip to content

Commit

Permalink
Update the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Fares committed Jul 18, 2016
1 parent 8537206 commit f0d12b8
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@

Node WHOIS is a WHOIS client for Node.js.

## Installation
## Globally Installation

$ npm install -g whois

#### Usage

whois [options] address

Options:
-s, --server whois server [default: null]
-f, --follow number of times to follow redirects [default: 0]
-v, --verbose show verbose results [default: false]
-h, --help display this help message [default: false]

## Locally Installation

$ npm install whois

Expand Down

0 comments on commit f0d12b8

Please sign in to comment.