From 8f017cb69ab1dc6d380d289b300060626435718c Mon Sep 17 00:00:00 2001 From: Ross Schulman Date: Sun, 26 Feb 2017 13:12:37 -0500 Subject: [PATCH] Building in a different direction by replacing stage folders (#51) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ea2c21..0603869 100755 --- a/README.md +++ b/README.md @@ -114,3 +114,4 @@ Then remove the `EXPORT*` files from `./stage4` (if building up to stage 2) or f $ touch ./stage3/SKIP ./stage4/SKIP $ rm stage4/EXPORT* ``` +If you wish to build further configurations upon (for example) the lite system, you can also delete the contents of `./stage3` and `./stage4` and replace with your own contents in the same format.