Skip to content

Commit

Permalink
Add instruction to mkdir the theme folder under /boot/...
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxtharia committed Jul 23, 2023
1 parent 75764c2 commit c52a1b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ A Grub Theme in the style of Minecraft!
```
git clone https://github.com/Lxtharia/minegrub-theme.git
```
- Create the theme folder
```
sudo mkdir /boot/grub/themes/minegrub-theme
```
- Copy the folder to your boot partition: (for info: `-ruv` = recursive, update, verbose)
```
sudo cp -ruv ./minegrub-theme/* /boot/grub/themes/minegrub-theme/
Expand Down

0 comments on commit c52a1b6

Please sign in to comment.