mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[enh] README: upgrade how to install Virtualbox on Fedora.
This commit is contained in:
parent
fd0332c57c
commit
f24f0097b9
1 changed files with 10 additions and 5 deletions
15
README.md
15
README.md
|
@ -5,15 +5,20 @@ With this you can develop on the unstable version of yunohost quickly.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
Install dependencies
|
Install dependencies:
|
||||||
|
|
||||||
|
##### Debian, Ubuntu, Mint
|
||||||
```shell
|
```shell
|
||||||
# Debian, Ubuntu, Mint
|
|
||||||
sudo apt-get install vagrant virtualbox
|
sudo apt-get install vagrant virtualbox
|
||||||
# Fedora
|
|
||||||
sudo dnf install vagrant virtualbox
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Next download ynh-dev script
|
##### Fedora
|
||||||
|
```shell
|
||||||
|
sudo dnf install vagrant
|
||||||
|
```
|
||||||
|
- [Install Virtualbox](https://copr.fedorainfracloud.org/coprs/sergiomb/vboxfor23)
|
||||||
|
|
||||||
|
##### Next download ynh-dev script
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
wget https://github.com/YunoHost/ynh-dev/raw/master/ynh-dev
|
wget https://github.com/YunoHost/ynh-dev/raw/master/ynh-dev
|
||||||
|
|
Loading…
Add table
Reference in a new issue