1
0
Fork 0
mirror of synced 2024-11-22 08:15:34 -05:00

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

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