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 -----------------