mirror of
1
0
Fork 0

Change test/README.md to suit @anishathalye's recommendations

This commit is contained in:
Morgan Courbet 2017-06-01 20:24:59 +02:00
parent 4efc74d572
commit c6407984d8
No known key found for this signature in database
GPG Key ID: 467299D324A21B24
1 changed files with 6 additions and 2 deletions

View File

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