From 242ddd0a502e50b8ca898517c7da4239f2a58dd0 Mon Sep 17 00:00:00 2001 From: notplants Date: Wed, 3 Feb 2021 12:28:42 +0100 Subject: [PATCH] Update readme --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7e6d526..94b62e7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This vmdb2 script runs: `python setup_dev_env.py -i -n peach`, the python setup script from [peach-config](https://github.com/peachcloud/peach-config). -# Installing vmdb2 +## Installing vmdb2 Run, ```shell @@ -21,7 +21,7 @@ cd vmdb2; ln -s vmdb2 /usr/local/bin/vmdb2 ``` -# To Build A New Image +## To Build A New Image Run, ```shell @@ -32,11 +32,15 @@ Theoretically, you could also use this script to build images for other pi versi by running the same command with `raspi_0w.img` or `raspi_2.img` or `raspi_3.img` -# Installing The Image +## Installing The Image This image can then be flashed to an SD card using dd or etcher. -# Publishing The Image +## Publishing The Image -PeachCloud images are versioned and published for release at http://releases.peachcloud.org/ \ No newline at end of file +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``` \ No newline at end of file