From 8f77bda08ac324d530d140c3f6710069146e3ee0 Mon Sep 17 00:00:00 2001 From: "Claus F. Strasburger" Date: Mon, 23 Jan 2017 11:48:55 +0100 Subject: [PATCH] Update readme with "deploy" folder --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e241c1b..8bdb55b 100755 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ IMG_NAME='Raspbian' vi config # Edit your config file. See above. ./build-docker.sh ``` -If everything goes well, your finished image will be in the `output` folder. +If everything goes well, your finished image will be in the `deploy/` folder. +You can then remove the build container with `docker rm pigen_work` If something breaks along the line, you can edit the corresponding scripts, and continue: @@ -109,4 +110,4 @@ Then remove the `EXPORT*` files from `./stage4` (if building up to stage 2) or f # Example for building a lite system $ touch ./stage3/SKIP ./stage4/SKIP $ rm stage4/EXPORT* -``` \ No newline at end of file +```