From fc89bc4c108ea09984848b2fc13706b33bfc105f Mon Sep 17 00:00:00 2001 From: Neilpang Date: Mon, 11 Dec 2023 02:05:05 +0000 Subject: [PATCH] Update version to v0.9.1 --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index acb8e3c..3eb7bdc 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,21 @@ Latest: v0.9.1 +The image builder for [dragonflybsd-vm](https://github.com/vmactions/dragonflybsd-vm) + + +How to use: + +1. Use the [manual.yml](.github/workflows/manual.yml) to build manually. + + Run the workflow manually, you will get a view-only webconsole from the output of the workflow, just open the link in your web browser. + + You will also get an interactive VNC connection port from the output, you can connect to the vm by any vnc client. + +2. Run the builder locally on your Ubuntu machine. + + Just clone the repo. and run: + ```bash + bash build.sh conf/dragonflybsd-6.4.0.conf + ``` +