mirror of
1
0
Fork 0

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
1 changed files with 7 additions and 1 deletions

View File

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