From c6407984d87b6cbc6231c7fa31e7d5ea00abbf61 Mon Sep 17 00:00:00 2001 From: Morgan Courbet Date: Thu, 1 Jun 2017 20:24:59 +0200 Subject: [PATCH] Change test/README.md to suit @anishathalye's recommendations --- test/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/test/README.md b/test/README.md index 9d5da98..c4de4cb 100644 --- a/test/README.md +++ b/test/README.md @@ -15,11 +15,15 @@ Installing the Test environnement - Install the requirements - # apt install ruby-dev vagrant virtualbox +```shell-session +sudo apt install vagrant virtualbox +``` - Install the [Sahara][sahara] Vagrant plugin - $ vagrant plugin install sahara +```shell-session +vagrant plugin install sahara +``` Running the Tests -----------------