From 97273dd7c661599059efacd77deb168fa9fccd2d Mon Sep 17 00:00:00 2001 From: Thomas Brugman <145768128+Githubguy132010@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:07:24 +0100 Subject: [PATCH] Update README.md to correct the ISO build command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb5034119..9043c1d40 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Make sure you have Docker installed on your system. Build the ISO with this command: ```bash - docker run --rm --privileged -v $(pwd):/workdir arch-iso-builder bash -c "mkarchiso -v -w workdir/ -o out/ ." + docker run --privileged -v $(pwd):/workdir arch-iso-builder bash -c "mkarchiso -v -w workdir/ -o out/ ." ``` 4. **Retrieve the ISO**: