Merge branch 'master' into pr

This commit is contained in:
Alexandre Aubin 2018-10-23 20:01:27 +02:00 committed by GitHub
commit e0d6c188b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,14 @@ Here is the development flow:
First you need to install the dependencies. ynh-dev essentially requires git, vagrant, and an LXC ecosystem.
Please consider using the [latest Vagrant version from their website](https://www.vagrantup.com/downloads.html), distribution versions can include weird bugs that have been fixed upstream. If you still prefer to do that, here are the instructions:
- Debian, Ubuntu, Mint
```bash
sudo apt-get install vagrant virtualbox git
```
The following commands should work on Linux Mint 19 (and possibly on any Debian Stretch?) :
```bash