Update readme with "deploy" folder

pull/40/head
Claus F. Strasburger 2017-01-23 11:48:55 +01:00 committed by GitHub
parent 68f41bf03c
commit 8f77bda08a
1 changed files with 3 additions and 2 deletions

View File

@ -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*
```
```