From 0a56655c2ed94d9b4256648c8d1f228cda023366 Mon Sep 17 00:00:00 2001 From: Neilpang Date: Mon, 11 Dec 2023 02:04:55 +0000 Subject: [PATCH] Update version to v0.9.6 --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 33bd2d9..4d6c38e 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,21 @@ Latest: v0.9.6 +The image builder for [solaris-vm](https://github.com/vmactions/solaris-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/solaris-11.4.conf + ``` +