diff options
| author | K Harishankar <48408097+harishnkr@users.noreply.github.com> | 2024-04-26 00:24:07 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-26 00:24:07 +0530 |
| commit | 82101c95ca2018e1a08ad2a6a71f12be5eca736f (patch) | |
| tree | ffe0c3392973a3933ac662d24e86491c35917f7d | |
| parent | 4789575961cf112fdd4d9d993837a2999f84b7be (diff) | |
Update README.md
| -rw-r--r-- | .github/README.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.github/README.md b/.github/README.md index 70cac53..e2720a3 100644 --- a/.github/README.md +++ b/.github/README.md @@ -10,12 +10,8 @@ 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 +## Manual Installation (preferred method) - Clone the repo @@ -44,6 +40,11 @@ For Debian based systems: ``` sudo update-grub ``` +## 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. + ### Choosing font By default, the theme uses `victor mono italic` font. Alternatives are as follows: |
