[enh] Update documentation

This commit is contained in:
ljf 2017-01-26 18:33:50 +01:00
parent 5a6425a9da
commit fe3641fe9c

View file

@ -19,7 +19,13 @@ sudo apt-get install -f simple-cdd enisoimage qemu-kvm
Build an image Build an image
--------------- ---------------
``` ```
build-simple-cdd --conf ./simple-cdd-amd64.conf ./build-yunohost amd64
```
Or
```
./build-yunohost i386
``` ```
@ -33,15 +39,3 @@ This file doesn't contain password.
``` ```
sudo chmod o+r /var/cache/debconf/passwords.dat sudo chmod o+r /var/cache/debconf/passwords.dat
``` ```
Old how to
-----
```
./build-yunohost amd64
```
Or
```
./build-yunohost i386
```