Change test/README.md to suit @anishathalye's recommendations
This commit is contained in:
parent
4efc74d572
commit
c6407984d8
1 changed files with 6 additions and 2 deletions
|
@ -15,11 +15,15 @@ Installing the Test environnement
|
|||
|
||||
- Install the requirements
|
||||
|
||||
# apt install ruby-dev vagrant virtualbox
|
||||
```shell-session
|
||||
sudo apt install vagrant virtualbox
|
||||
```
|
||||
|
||||
- Install the [Sahara][sahara] Vagrant plugin
|
||||
|
||||
$ vagrant plugin install sahara
|
||||
```shell-session
|
||||
vagrant plugin install sahara
|
||||
```
|
||||
|
||||
Running the Tests
|
||||
-----------------
|
||||
|
|
Loading…
Reference in a new issue