A simple CLI tool to spin up OpenBSD virtual machines using QEMU with minimal fuss.

Clarify README: update tagging command to specify 'VM' for better understanding

+2 -2
+2 -2
README.md
··· 115 115 # Push an OpenBSD image to an OCI registry 116 116 openbsd-up push my-openbsd-image:latest 117 117 118 - # Tag an image 119 - openbsd-up tag ghcr.io/tsirysndr/openbsd:7.8 my-openbsd:latest 118 + # Tag a VM 119 + openbsd-up tag vm-name ghcr.io/tsirysndr/openbsd:7.8 120 120 121 121 # List local images 122 122 openbsd-up images