From bbce6c72b7963a67def81b057b8a550eb74bbd32 Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Sat, 24 Jun 2023 13:12:11 -0400 Subject: [PATCH] Update installation instructions --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6f87d5..45369e1 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,13 @@ A collection of themes I have created for GRUB. # Installation -- Copy the selected theme's folder to `/boot/grub/themes`. -- Add the full path to its `theme.txt` in `/etc/default/grub`. -- Update the grub configuration by running `sudo update-grub`. -- Reboot the system to view the new GRUB theme. +> Note: You must have [Git LFS](https://git-lfs.com/) installed and setup to obtain the binary files such as images and fonts. + +1. Clone this repository and navigate to its folder. +1. Copy the selected theme's folder to `/boot/grub/themes`. +1. Add the full path to its `theme.txt` in `/etc/default/grub`. +1. Update the grub configuration by running `sudo update-grub`. +1. Reboot the system to view the new GRUB theme. # License License information for each theme is contained within its folder.