Update README.md

Fixes #105
pull/107/merge
Serge Schneider 2017-09-04 09:39:04 +01:00
parent 05b31b287d
commit 2f032b1d19
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ from `./stage2` (if building a minimal system).
# Example for building a lite system
echo "IMG_NAME='Raspbian'" > config
touch ./stage3/SKIP ./stage4/SKIP ./stage5/SKIP
rm stage4/EXPORT*
rm stage4/EXPORT* stage5/EXPORT*
sudo ./build.sh # or ./build-docker.sh
```