diff options
| author | harishnkr <hari2menon1234@gmail.com> | 2024-02-24 04:25:39 +0530 |
|---|---|---|
| committer | harishnkr <hari2menon1234@gmail.com> | 2024-02-24 04:25:39 +0530 |
| commit | c18556098e6af076d2233f366747747e84404b35 (patch) | |
| tree | 587d90fc42466ec36f55ad1d9f379bf7032f0b45 /.github | |
| parent | 998cb900da74c1b2f15c027cb8d3ce9908688c64 (diff) | |
Updated README
Diffstat (limited to '.github')
| -rw-r--r-- | .github/README.md | 10 |
1 files changed, 9 insertions, 1 deletions
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 |
