Fix incorrect command
This commit is contained in:
parent
5f8cafc58d
commit
f6b29c2109
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ nix develop
|
||||||
To create a `.iso` file for installing Arch Linux, run the following command:
|
To create a `.iso` file for installing Arch Linux, run the following command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
mkarchiso .
|
sudo mkarchiso .
|
||||||
```
|
```
|
||||||
|
|
||||||
This will generate a `.iso` file in a new folder called `out`. This `.iso` file can be used for installing Arch Linux.
|
This will generate a `.iso` file in a new folder called `out`. This `.iso` file can be used for installing Arch Linux.
|
||||||
|
|
Loading…
Reference in a new issue