From 86f6edfc6f8e19c54dc99a89fd77e94f6fc64235 Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Thu, 15 Mar 2018 12:46:24 -0400 Subject: [PATCH] typo --- appimg-builder/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appimg-builder/README b/appimg-builder/README index b5d7f39..3c842e3 100644 --- a/appimg-builder/README +++ b/appimg-builder/README @@ -26,7 +26,7 @@ run from inside images that it creates. Building an image is as easy as: mkdir work && cd work : Make a directory to work in appimg-builder --new : writes a template file build.conf in current directory vim build.conf : (optionally) make some changes to the template - sudo appimg-build : Build an application image + sudo appimg-builder : Build an application image If you want you can even skip the steps of creating and editing a config file and just run appimg-build in a work directory and it will build the default appimg we use