Merge pull request #4542 from acemod/docReadmeFix

Fix documentation README commands
This commit is contained in:
bux578 2016-10-11 14:31:19 +02:00 committed by GitHub
commit a1fef405e8

View File

@ -32,14 +32,14 @@
- Install `make` and `gcc` - Install `make` and `gcc`
``` ```
sudo apt-get make gcc sudo apt-get install make gcc
``` ```
- Install `ruby 2.0`, `rbuy2.0-dev` and `ruby-switch` - Install `ruby2.0`, `rbuy2.0-dev` and `ruby-switch`
``` ```
sudo apt-add-repository ppa:brightbox/ruby-ng sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt update sudo apt-get update
sudo apt install ruby2.0 ruby2.0-dev ruby-switch sudo apt-get install ruby2.0 ruby2.0-dev ruby-switch
``` ```
- Set Ruby version - Set Ruby version