Skip to content

Commit

Permalink
Add installation instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Oct 7, 2016
1 parent cf68d22 commit e1e4080
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ A gem for converting an arbitrary IP range to the minimal CIDR notation required
**Current version:** 0.0.2
**Supported Ruby versions:** 1.8.7, 1.9.2, 1.9.3, 2.0, 2.1, 2.2, 2.3

## Installation

```
gem install ip_ranger -v '~> 0.0.2'
```

Or, in your `Gemfile`:

```ruby
gem 'ip_ranger', '~> 0.0.2'
```

## Usage

```ruby
Expand Down

0 comments on commit e1e4080

Please sign in to comment.