README.md in 3scale_toolbox-0.14.0 vs README.md in 3scale_toolbox-0.15.0

- old
+ new

@@ -1,16 +1,17 @@ # 3scale toolbox -[![Build Status](https://travis-ci.org/3scale/3scale_toolbox.svg?branch=master)](https://travis-ci.org/3scale/3scale_toolbox) +[![CircleCI](https://circleci.com/gh/3scale/3scale_toolbox.svg?style=svg)](https://circleci.com/gh/3scale/3scale_toolbox) This software is licensed under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). See the LICENSE and NOTICE files that should have been provided along with this software for details. ## Description 3scale toolbox is a set of tools to help you manage your 3scale product. Using the [3scale API Ruby Client](https://github.com/3scale/3scale-api-ruby). ## Table of contents +* [Requirements](#requirements) * [Installation](#installation) * [Usage](#usage) * [Copy a service](docs/copy-service.md) * [Import from CSV](docs/import-csv.md) * [Import from OpenAPI definition](docs/openapi.md) @@ -30,15 +31,32 @@ * [Licenses](#licenses) * [Plugins](#plugins) * [Troubleshooting](#troubleshooting) * [Contributing](#contributing) +## Requirements +Supported Ruby interpreters + +* MRI 2.5 +* MRI 2.6 + ## Installation Install the toolbox: - $ gem install 3scale_toolbox +``` +$ gem install 3scale_toolbox +``` +The [3scale toolbox packaging repo](https://github.com/3scale/3scale_toolbox_packaging) +provides packages and installation/deployment steps for the following platforms: +* CentOS/Fedora +* Ubuntu/Debian +* Mac OS X +* Windows +* Docker +* Kubernetes / Openshift + ## Usage ```shell $ 3scale help NAME @@ -176,10 +194,10 @@ ``` ### Licenses It is a requirement that we include a file describing all the licenses used in the product, so that users can examine it. -Run `rake license_finder:check` to check licenses when dependencies change. +Run `rake license_finder:check` to check licenses when dependencies change. Run `rake license_finder:report > licenses.xml` to update licenses file. ## Plugins