Update installation instructions
This commit is contained in:
parent
dabee176c1
commit
bbce6c72b7
1 changed files with 7 additions and 4 deletions
11
README.md
11
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.
|
||||
|
|
Loading…
Reference in a new issue