A simple, zero-configuration script to quickly boot FreeBSD ISO images using QEMU

fix: update OCI registry login command example to use ghcr.io

+1 -1
+1 -1
README.md
··· 237 237 Login to OCI registry: 238 238 239 239 ```bash 240 - freebsd-up login -u username -p password registry.example.com 240 + freebsd-up login -u username -p password ghcr.io 241 241 ``` 242 242 243 243 Logout from OCI registry: