Skip to content

Commit 5e46915

Browse files
Update README.md
1 parent 1f87bf3 commit 5e46915

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,7 @@ Make sure you have Docker installed on your system.
3737
docker build -t arch-iso-builder .
3838
```
3939

40-
3. **Run the Docker Container**:
41-
42-
This step will run the container and automatically build the ISO. The resulting ISO will be saved in the `out/` directory.
43-
44-
```bash
45-
docker run --rm -v $(pwd):/workdir arch-iso-builder
46-
```
47-
48-
4. **Retrieve the ISO**:
40+
3. **Retrieve the ISO**:
4941

5042
Once the process completes, the ISO will be available in the `out/` directory within your local folder as `Arch.iso`.
5143

0 commit comments

Comments
 (0)