README.md in sensu-plugins-conntrack-0.0.1.alpha.1 vs README.md in sensu-plugins-conntrack-0.0.1
- old
+ new
@@ -3,51 +3,19 @@
[![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-conntrack.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-conntrack)
[![Gem Version](https://badge.fury.io/rb/sensu-plugins-conntrack.svg)](http://badge.fury.io/rb/sensu-plugins-conntrack)
[![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-conntrack/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-conntrack)
[![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-conntrack/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-conntrack)
[![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-conntrack.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-conntrack)
+[![Codeship Status for sensu-plugins/sensu-plugins-conntrack](https://codeship.com/projects/1e625bb0-d4ec-0132-5711-4e043b6b23b5/status?branch=master)](https://codeship.com/projects/77917)
## Functionality
## Files
- * bin/metrics-conntrack
+ * bin/metrics-conntrack.rb
## Usage
## Installation
-Add the public key (if you haven’t already) as a trusted certificate
-
-```
-gem cert --add <(curl -Ls https://raw.githubusercontent.com/sensu-plugins/sensu-plugins.github.io/master/certs/sensu-plugins.pem)
-gem install sensu-plugins-conntrack -P MediumSecurity
-```
-
-You can also download the key from /certs/ within each repository.
-
-#### Rubygems
-
-`gem install sensu-plugins-conntrack`
-
-#### Bundler
-
-Add *sensu-plugins-contrack* to your Gemfile and run `bundle install` or `bundle update`
-
-#### Chef
-
-Using the Sensu **sensu_gem** LWRP
-```
-sensu_gem 'sensu-plugins-conntrack' do
- options('--prerelease')
- version '0.0.1'
-end
-```
-
-Using the Chef **gem_package** resource
-```
-gem_package 'sensu-plugins-conntrack' do
- options('--prerelease')
- version '0.0.1'
-end
-```
+[Installation and Setup](https://github.com/sensu-plugins/documentation/blob/master/user_docs/installation_instructions.md)
## Notes