From 627a11545a8ef50f942470b0caed848d8595a0ba Mon Sep 17 00:00:00 2001 From: jonpas Date: Tue, 11 Oct 2016 14:18:58 +0200 Subject: [PATCH 1/2] Fix documentation README commands --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 9c20ecb281..e5cd08ac19 100644 --- a/docs/README.md +++ b/docs/README.md @@ -32,10 +32,10 @@ - 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 update From cbbdd6f9392aa0a0a33416a9a4f6a04c503f9a0b Mon Sep 17 00:00:00 2001 From: jonpas Date: Tue, 11 Oct 2016 14:21:54 +0200 Subject: [PATCH 2/2] Use apt-get consitently instead of new apt only --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index e5cd08ac19..d3bd41e20e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -38,8 +38,8 @@ - Install `ruby2.0`, `rbuy2.0-dev` and `ruby-switch` ``` sudo apt-add-repository ppa:brightbox/ruby-ng - sudo apt update - sudo apt install ruby2.0 ruby2.0-dev ruby-switch + sudo apt-get update + sudo apt-get install ruby2.0 ruby2.0-dev ruby-switch ``` - Set Ruby version