Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCai1111 committed Nov 2, 2018
1 parent 671845e commit 5898c8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ A tiny cli tool to get useful IP address information from a CIDR.
```
go get -u -v github.com/DavidCai1993/cidr-cli
```

## Usage

```
cidr-cli 192.168.23.35/21
// output:
// {"IPAvailable":2046,"netID":"192.168.16.0","mask":"fffff800"}
```

0 comments on commit 5898c8b

Please sign in to comment.