Skip to content

Commit

Permalink
Fixed code block formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Parak committed Aug 20, 2013
1 parent b9004b7 commit d801b48
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Requirements
* Rake has to be installed (e.g., `gem install rake`)

### Dependencies
* libxslt1-dev/libxslt-devel
* libxml2-dev/libxml2-devel
* `libxslt1-dev` or `libxslt-devel`
* `libxml2-dev` or `libxml2-devel`

### Examples
#### For distros based on Debian:
Expand All @@ -38,7 +38,7 @@ apt-get install ruby rubygems ruby-dev libxslt1-dev libxml2-dev
ruby -v
~~~

Unless you have Ruby >= 1.9.3, please, go to rOCCI#RVM and install RVM with a newer Ruby version.
**Unless you have Ruby >= 1.9.3, please, go to [rOCCI#RVM](#rvm) and install RVM with a newer Ruby version.**

#### For distros based on RHEL:
~~~
Expand All @@ -48,14 +48,16 @@ yum install libxml2-devel libxslt-devel ruby-devel openssl-devel gcc gcc-c++ rub
ruby -v
~~~

Unless you have Ruby >= 1.9.3, please, go to rOCCI#RVM and install RVM with a newer Ruby version.
**Unless you have Ruby >= 1.9.3, please, go to rOCCI#RVM and install RVM with a newer Ruby version.**

#### RVM
**Notice: Follow the RVM installation guide linked below, we recommend using the default 'Single-User installation'.**
**Warning: NEVER install RVM as root! If you choose the 'Multi-User installation', use a different user account with sudo access instead!**
**Notice:** Follow the RVM installation guide linked below, we recommend using the default 'Single-User installation'.

**Warning:** NEVER install RVM as root! If you choose the 'Multi-User installation', use a different user account with sudo access instead!

* [Installing RVM](https://rvm.io/rvm/install#explained)
* Install Ruby

~~~
rvm requirements
rvm install 1.9.3
Expand Down

0 comments on commit d801b48

Please sign in to comment.