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 +```