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

Update installation command in README.md to use the new package format

+1 -1
+1 -1
README.md
··· 80 80 Run the following command to install the CLI: 81 81 82 82 ```bash 83 - deno install -A -g -r -f --config deno.json ./main.ts -n freebsd-up 83 + deno install -A -g -r -f jsr:@tsiry/freebsd-up 84 84 ``` 85 85 86 86 ## 🚀 Quick Start