README format changed

This commit is contained in:
Sascha Schirra 2016-03-22 12:26:12 +01:00
parent 04cad5cd8c
commit a9de03edfb
1 changed files with 7 additions and 8 deletions

View File

@ -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