From fe3641fe9c203825d8fd3d7e6e7beb71bb70e0f7 Mon Sep 17 00:00:00 2001 From: ljf Date: Thu, 26 Jan 2017 18:33:50 +0100 Subject: [PATCH] [enh] Update documentation --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 6fa3726..535b895 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,13 @@ sudo apt-get install -f simple-cdd enisoimage qemu-kvm 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 ``` - -Old how to ------ -``` -./build-yunohost amd64 -``` - -Or - -``` -./build-yunohost i386 -```