mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[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:
parent
e46be5f842
commit
fbb31a8425
1 changed files with 12 additions and 7 deletions
19
README.md
19
README.md
|
@ -1,24 +1,29 @@
|
|||
# ynh-dev, a yunohost dev env
|
||||
|
||||
This script is a cli to manage a yunohost development environement.
|
||||
With this you can develop on the unstable version of yunohost quickly.
|
||||
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.
|
||||
|
||||
## Setup
|
||||
|
||||
Install dependencies:
|
||||
### Install dependencies
|
||||
|
||||
##### Debian, Ubuntu, Mint
|
||||
#### Debian, Ubuntu, Mint
|
||||
```shell
|
||||
sudo apt-get install vagrant virtualbox git
|
||||
```
|
||||
|
||||
##### Fedora
|
||||
#### Fedora
|
||||
```shell
|
||||
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
|
||||
wget https://github.com/YunoHost/ynh-dev/raw/master/ynh-dev
|
||||
|
|
Loading…
Reference in a new issue