[enh] readme: add cmds to install VB on Fedora, others enh.

- add commands to install VirtualBox on Fedora.
- change titles sizes.
- enhance introduction.
This commit is contained in:
Moul 2016-08-30 14:09:10 +02:00
parent e46be5f842
commit fbb31a8425

View file

@ -1,24 +1,29 @@
# ynh-dev, a yunohost dev env # ynh-dev, a yunohost dev env
This script is a cli to manage a yunohost development environement. This script is a cli command helper to manage a YunoHost development environement.
With this you can develop on the unstable version of yunohost quickly. With this you can develop on the unstable version of YunoHost quickly.
## Setup ## Setup
Install dependencies: ### Install dependencies
##### Debian, Ubuntu, Mint #### Debian, Ubuntu, Mint
```shell ```shell
sudo apt-get install vagrant virtualbox git sudo apt-get install vagrant virtualbox git
``` ```
##### Fedora #### Fedora
```shell ```shell
sudo dnf install vagrant git sudo dnf install vagrant git
``` ```
- [Install Virtualbox](https://copr.fedorainfracloud.org/coprs/sergiomb/vboxfor23) - [Install Virtualbox](https://copr.fedorainfracloud.org/coprs/sergiomb/vboxfor23):
##### Next download ynh-dev script ```shell
sudo dnf copr enable sergiomb/vboxfor23
sudo dnf install VirtualBox
```
### 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