Merge pull request #29 from jellydn/patch-1

docs: remove invalid flag on create linux image
This commit is contained in:
f-trycua
2025-02-12 16:31:20 +01:00
committed by GitHub

View File

@@ -49,7 +49,7 @@ The process for creating a custom Linux image differs than macOS, with IPSW rest
```bash
lume create <name> --os linux
lume run <name> --mount <path-to-setup-image> --start-vnc
lume run <name> --mount <path-to-setup-image>
lume run <name> --start-vnc
lume run <name>
```