Cleanup text line breaks for better readability

This commit is contained in:
Adrian Środoń 2022-07-17 19:16:54 +02:00 committed by GitHub
parent 37942a17b0
commit 7bba4e571f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -251,9 +251,9 @@ git clone https://github.com/AdisonCavani/distro-grub-themes.git
``` ```
#### Create themes directory #### Create themes directory
``BOOT_GRUB_LOCATION`` - directory, where ``grub`` is located. ``BOOT_GRUB_LOCATION`` - directory, where ``grub`` is located.<br>
Usually it's: Usually it's:<br>
**/boot/grub**, **/boot/grub2** **/boot/grub**, **/boot/grub2**<br>
but some distributions have a custom one, so you have to figure it out. but some distributions have a custom one, so you have to figure it out.
``` ```
@ -274,8 +274,6 @@ Theme must be unpacked (in folder)
``` ```
sudo cp -r <theme_name>/ BOOT_GRUB_LOCATION/themes sudo cp -r <theme_name>/ BOOT_GRUB_LOCATION/themes
or
sudo cp -r <theme_name>/ BOOT_GRUB_LOCATION/themes
``` ```
#### Edit Grub config #### Edit Grub config