From cd5c448f3b53eec63c727e460aa4abae64420ba6 Mon Sep 17 00:00:00 2001 From: AdisonCavani Date: Sun, 14 Feb 2021 16:51:52 +0100 Subject: [PATCH] Update README.md Adding installation guide --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index ed3fa65..aedf21e 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,33 @@ A pack of GRUB2 themes for each Linux distribution

+ +## Installation + +Clone the repository +``` +git clone https://github.com/AdisonCavani/distro-grub-themes.git +``` + +### Install Grub Customizer + +Apt +``` +sudo add-apt-repository ppa:danielrichter2007/grub-customizer +sudo apt-get update +sudo apt-get install grub-customizer +``` +Pacman +``` +sudo pacman -S grub-customizer +``` + +Dnf +``` +sudo dnf install grub-customizer +``` + +Eopkg +``` +sudo eopkg install grub-customizer +```