mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 15:12:35 +02:00
Update README.md
Adding installation guide
This commit is contained in:
parent
fa2fdfa0b8
commit
cd5c448f3b
1 changed files with 30 additions and 0 deletions
30
README.md
30
README.md
|
@ -36,3 +36,33 @@ A pack of GRUB2 themes for each Linux distribution
|
||||||
<img src="https://raw.githubusercontent.com/AdisonCavani/os-grub-themes/master/preview/Solus.png" width="49%"/>
|
<img src="https://raw.githubusercontent.com/AdisonCavani/os-grub-themes/master/preview/Solus.png" width="49%"/>
|
||||||
<img src="https://raw.githubusercontent.com/AdisonCavani/os-grub-themes/master/preview/Ubuntu.png" width="49%"/>
|
<img src="https://raw.githubusercontent.com/AdisonCavani/os-grub-themes/master/preview/Ubuntu.png" width="49%"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
## 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
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue