From 9c098326e7c5775a42cc72187f46566fab0aaae1 Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Fri, 18 Jul 2014 16:35:03 -0400 Subject: [PATCH] Move the installation instructions near the top --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e7eb5d..b5ae81b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ I wasn't happy with any of the solutions that existed because they required you rvm1-ansible solves this by using rvm to install 1 or more versions of ruby. It makes installing and upgrading ruby versions very easy. +## Installation + +`$ ansible-galaxy install rvm_io.rvm1-ruby` + ## Role variables Below is a list of default values along with a description of what they do. @@ -130,10 +134,6 @@ rvm1_rubies: rvm1_rvm_stable_version_number: 1.25.26 ``` -## Installation - -`$ ansible-galaxy install rvm_io.rvm1-ruby` - ## Requirements Tested on ubuntu 12.04 LTS but it should work on other versions that are similar.