mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[fix] Add git in dependencies listed in the doc
This commit is contained in:
parent
f24f0097b9
commit
1809ef8545
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@ Install dependencies:
|
|||
|
||||
##### Debian, Ubuntu, Mint
|
||||
```shell
|
||||
sudo apt-get install vagrant virtualbox
|
||||
sudo apt-get install vagrant virtualbox git
|
||||
```
|
||||
|
||||
##### Fedora
|
||||
```shell
|
||||
sudo dnf install vagrant
|
||||
sudo dnf install vagrant git
|
||||
```
|
||||
- [Install Virtualbox](https://copr.fedorainfracloud.org/coprs/sergiomb/vboxfor23)
|
||||
|
||||
|
|
Loading…
Reference in a new issue