Add missing step for test requirements
This commit is contained in:
parent
c6407984d8
commit
8c781ae3a3
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
-----------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue