Skip to content

Commit ec53261

Browse files
Update README.md to correct the ISO build command. (#6)
1 parent 0e8ccf5 commit ec53261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Make sure you have Docker installed on your system.
4444
Build the ISO with this command:
4545

4646
```bash
47-
docker run --rm --privileged -v $(pwd):/workdir arch-iso-builder bash -c "mkarchiso -v -w workdir/ -o out/ ."
47+
docker run --privileged -v $(pwd):/workdir arch-iso-builder bash -c "mkarchiso -v -w workdir/ -o out/ ."
4848
```
4949

5050
4. **Retrieve the ISO**:

0 commit comments

Comments
 (0)