You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,9 @@ For installing Arch, you can use the documents existing at [Archwiki](https://wi
40
40
> Tips
41
41
- For a fully functional base system, pay attention to the packages appended to the end of **pacstrap** command, otherwise you may end up having no _text editor_ or _network manager_.
42
42
for example:
43
-
`pacstrap /mnt base linux linux-firmware`
43
+
```
44
+
pacstrap /mnt base linux linux-firmware
45
+
```
44
46
- Set the system clock up to date, otherwise you may face some problems later.
45
47
46
48
## Post-installation
@@ -57,7 +59,7 @@ For setting up a desktop environment and choosing the desktop itself, [Arcolinux
57
59
## Live Image
58
60
In order to generate Arch images, you need to use Archiso.
59
61
> Archiso is a small set of bash scripts capable of building fully functional Arch Linux live CD/DVD/USB images.
60
-
-In order to install Archiso use the following command:
62
+
-For installing Archiso use the following command:
0 commit comments