README.md in trema-0.4.6 vs README.md in trema-0.4.7

- old
+ new

@@ -1,12 +1,14 @@ Welcome to Trema ================ -[![Gem Version](https://badge.fury.io/rb/trema.png)](http://badge.fury.io/rb/trema) -[![Build Status](https://secure.travis-ci.org/trema/trema.png?branch=develop)](http://travis-ci.org/trema/trema) -[![Code Climate](https://codeclimate.com/github/trema/trema.png)](https://codeclimate.com/github/trema/trema) -[![Dependency Status](https://gemnasium.com/trema/trema.png)](https://gemnasium.com/trema/trema) +[![Gem Version](http://img.shields.io/gem/v/trema.svg?style=flat)][gem] +[![Build Status](http://img.shields.io/travis/trema/trema/develop.svg?style=flat)][travis] +[![Code Climate](http://img.shields.io/codeclimate/github/trema/trema.svg?style=flat)][codeclimate] +[![Coverage Status](http://img.shields.io/codeclimate/coverage/github/trema/trema.svg?style=flat)][codeclimate] +[![Dependency Status](http://img.shields.io/gemnasium/trema/trema.svg?style=flat)][gemnasium] +[![Gitter chat](http://img.shields.io/badge/GITTER-trema-blue.svg?style=flat)][gitter] Trema is a OpenFlow controller framework that includes everything needed to create OpenFlow controllers in Ruby and C. This distribution includes all the source code of Trema you need to @@ -19,11 +21,17 @@ controllers. Additionally, a simple but powerful framework that emulates an OpenFlow-based network and end-hosts is provided for testing your own controllers. For debugging, a wireshark plug-in to diagnose internal data-flows among functional modules is provided. +[gem]: https://rubygems.org/gems/trema +[travis]: http://travis-ci.org/trema/trema +[codeclimate]: https://codeclimate.com/github/trema/trema +[gemnasium]: https://gemnasium.com/trema/trema +[gitter]: https://gitter.im/trema/trema + Supported Platforms ------------------- Trema supports GNU/Linux only. And it has been tested on the following environments: @@ -55,10 +63,10 @@ $ sudo apt-get install gcc make git ruby rubygems ruby-dev libopenssl-ruby libpcap-dev libsqlite3-dev libglib2.0-dev $ sudo gem install rubygems-update $ sudo /var/lib/gems/1.8/bin/update_rubygems (In Fedora 16-19) - $ sudo yum install gcc make git ruby rubygems ruby-devel libpcap-devel libsqlite3x-devel glib2-devel + $ sudo yum install tar gcc make git ruby rubygems ruby-devel libpcap-devel libsqlite3x-devel glib2-devel 2.Install Trema at the command prompt: $ sudo gem install trema