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