Skip to content

Commit

Permalink
Update version to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Dec 11, 2023
1 parent 0a28301 commit fc89bc4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit fc89bc4

Please sign in to comment.