From 5e3a0c6e8d19a44c44d0107ea0ebbf59cdc06203 Mon Sep 17 00:00:00 2001 From: notplants Date: Fri, 12 Feb 2021 14:32:59 +0100 Subject: [PATCH] Add releases section to README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a791dc..8f6e3e1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ git clone https://gitlab.com/larswirzenius/vmdb2.git cd vmdb2; ln -s vmdb2 /usr/local/bin/vmdb2 ``` - ## To Build A New Image Run, @@ -39,8 +38,14 @@ This image can then be flashed to an SD card using dd or etcher. ## Publishing The Image +To build a new peach image, and copy the output image and log to the releases directory, run: +```shell +./build.sh +``` + PeachCloud images are versioned and published for release at http://releases.peachcloud.org/ + ## What's Different In This Fork? the only file that is edited from the original is ```raspi_master.yaml```