From 4d52000745a3d10b9d1320b5e35528e10f40991f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Gagne=CC=81?= Date: Thu, 21 Apr 2022 15:35:10 -0400 Subject: [PATCH] Update Installation section in README.md * Remove broken link to drivers usage in README.md * Add proper installation steps --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c508b98..96c0351 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,21 @@ A Test Kitchen Driver for Apache CloudStack / Citrix CloudPlatform. This Gem only requires FOG of a version greater than 1.3.1. However, as most of your knife plugins will be using newer versions of FOG, that shouldn't be an issue. -## Installation and Setup +## Installation -Please read the [Driver usage][driver_usage] page for more details. +Add this line to your application's Gemfile: + +```ruby +gem 'kitchen-cloudstack' +``` + +And then execute: + + $ bundle + +Or install it yourself as: + + $ gem install kitchen-cloudstack ## Configuration @@ -117,5 +129,4 @@ Apache 2.0 (see [LICENSE][license]) [issues]: https://github.com/test-kitchen/kitchen-cloudstack/issues [license]: https://github.com/test-kitchen/kitchen-cloudstack/blob/master/LICENSE [repo]: https://github.com/test-kitchen/kitchen-cloudstack -[driver_usage]: http://docs.kitchen-ci.org/drivers/usage [chef_omnibus_dl]: http://getchef.com/chef/install/