From c18556098e6af076d2233f366747747e84404b35 Mon Sep 17 00:00:00 2001 From: harishnkr Date: Sat, 24 Feb 2024 04:25:39 +0530 Subject: [PATCH] Updated README --- .github/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 5baa498..2747557 100644 --- a/.github/README.md +++ b/.github/README.md @@ -10,6 +10,13 @@ Own this grub theme. Make it the first thing you see... > :warning: **Make sure you understand what you are doing. Installation of the theme can cause problems in your system if done incorrectly** +## Using Package manager + +If you use Arch linux or derivatives, use this [package](https://aur.archlinux.org/packages/grub-theme-bsol-git) +run `grub-install --themes=bsol` followed by `grub-mkconfig -o /boot/grub/grub.cfg"` both with `sudo` privileges. + +## Manual Installation + - Clone the repo ``` @@ -41,4 +48,5 @@ sudo update-grub # Credits -[This amazing guide](http://wiki.rosalab.ru/en/index.php/Grub2_theme_tutorial) +- [This amazing guide](http://wiki.rosalab.ru/en/index.php/Grub2_theme_tutorial) +- [y0uCeF](https://github.com/y0uCeF) for helping with the AUR package