From 8c781ae3a3bc128e48f52653aff66d1d66317009 Mon Sep 17 00:00:00 2001 From: Morgan Courbet Date: Mon, 12 Jun 2017 21:52:53 +0200 Subject: [PATCH] Add missing step for test requirements --- test/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index c4de4cb..75ebe92 100644 --- a/test/README.md +++ b/test/README.md @@ -13,7 +13,7 @@ Installing the Test environnement ### Debian-based distributions -- Install the requirements +- Install the test requirements ```shell-session sudo apt install vagrant virtualbox @@ -25,6 +25,12 @@ sudo apt install vagrant virtualbox vagrant plugin install sahara ``` +- Install Dotbot dependencies + +```shell-session +git submodule update --init --recursive +``` + Running the Tests -----------------