diff --git a/README.md b/README.md index df78b90..ee0b1f3 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Table of contents ----------------- * [Dependencies](#dependencies) +* [Build](#build) * [Network interfaces](#network-interfaces) * [eth0](#eth0) * [eth1](#eth1) @@ -34,6 +35,17 @@ file is `[:]`. +Build +----- + +Run `sudo ./build.sh` to build the image. The following files will be created: + +* `rootfs/` - the root file system (`/` and `/boot/` partitions) +* `deploy/YYYY-MM-DD-BarnacleOS.img` - the image to write to SD card +* `deploy/YYYY-MM-DD-BarnacleOS.zip` - ZIP archive with the image + + + Network interfaces ------------------