Fix incorrect command

This commit is contained in:
Manuel Thalmann 2024-06-20 15:50:48 +02:00
parent d6f1109588
commit bab7401b18

View file

@ -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.