diff --git a/README.md b/README.md index 47e78fe..a9c0f61 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ Theme must be unpacked (in folder) ``` sudo cp -r / /boot/grub/themes or -sudo cp -r / /boot/grub2/theme +sudo cp -r / /boot/grub2/themes ``` #### Edit Grub config @@ -285,6 +285,8 @@ At the end of file add theme path: ``` GRUB_THEME="/boot/grub/themes//theme.txt" +or +GRUB_THEME="/boot/grub2/themes//theme.txt" ``` ### Note: