From 92ab27b849f3e4884edd347023f2cdb732b0e86c Mon Sep 17 00:00:00 2001 From: "Dung Duc Huynh (Kaka)" <870029+jellydn@users.noreply.github.com> Date: Wed, 12 Feb 2025 23:02:02 +0800 Subject: [PATCH] docs: remove invalid flag on create linux image --- docs/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 1d8a4f02..9150fbb5 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -49,7 +49,7 @@ The process for creating a custom Linux image differs than macOS, with IPSW rest ```bash lume create --os linux -lume run --mount --start-vnc +lume run --mount -lume run --start-vnc +lume run ```