We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f87bf3 commit 5e46915Copy full SHA for 5e46915
README.md
@@ -37,15 +37,7 @@ Make sure you have Docker installed on your system.
37
docker build -t arch-iso-builder .
38
```
39
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**:
+3. **Retrieve the ISO**:
49
50
Once the process completes, the ISO will be available in the `out/` directory within your local folder as `Arch.iso`.
51
0 commit comments