From a9de03edfbd9f8466698f23117f3654fae25acf0 Mon Sep 17 00:00:00 2001 From: Sascha Schirra Date: Tue, 22 Mar 2016 12:26:12 +0100 Subject: [PATCH] README format changed --- bindings/ruby/README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/bindings/ruby/README.md b/bindings/ruby/README.md index a00b5639..67a2109f 100644 --- a/bindings/ruby/README.md +++ b/bindings/ruby/README.md @@ -1,6 +1,6 @@ -#Installation +# Installation -##Softwarerequirements +## Software requirements ### Linux - ruby >= 1.9.3 @@ -15,11 +15,10 @@ - XCode ## Install unicorn - cd path_to_unicorn - ./make.sh install + * cd path_to_unicorn + * ./make.sh install ## Install ruby binding - cd bindings/ruby - make install - - + * cd bindings/ruby + * make install + \ No newline at end of file