Skip to content

Commit e22cc95

Browse files
author
Ebi
committed
akharin eslahat =))
1 parent 578fea0 commit e22cc95

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ For installing Arch, you can use the documents existing at [Archwiki](https://wi
4040
> Tips
4141
- 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_.
4242
for example:
43-
`pacstrap /mnt base linux linux-firmware`
43+
```
44+
pacstrap /mnt base linux linux-firmware
45+
```
4446
- Set the system clock up to date, otherwise you may face some problems later.
4547

4648
## Post-installation
@@ -57,7 +59,7 @@ For setting up a desktop environment and choosing the desktop itself, [Arcolinux
5759
## Live Image
5860
In order to generate Arch images, you need to use Archiso.
5961
> 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:
6163
```
6264
pacman -S archiso
6365
or

0 commit comments

Comments
 (0)