1
0
Fork 0
mirror of synced 2024-10-17 17:18:57 -04:00

Add missing step for test requirements

This commit is contained in:
Morgan Courbet 2017-06-12 21:52:53 +02:00
parent c6407984d8
commit 8c781ae3a3
No known key found for this signature in database
GPG key ID: 467299D324A21B24

View file

@ -13,7 +13,7 @@ Installing the Test environnement
### Debian-based distributions ### Debian-based distributions
- Install the requirements - Install the test requirements
```shell-session ```shell-session
sudo apt install vagrant virtualbox sudo apt install vagrant virtualbox
@ -25,6 +25,12 @@ sudo apt install vagrant virtualbox
vagrant plugin install sahara vagrant plugin install sahara
``` ```
- Install Dotbot dependencies
```shell-session
git submodule update --init --recursive
```
Running the Tests Running the Tests
----------------- -----------------