Update README.md

Adding release link
This commit is contained in:
AdisonCavani 2021-02-14 20:01:09 +01:00 committed by GitHub
parent aee556acef
commit 9744261dd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,7 @@ In order to clone repository from Github you have to install `git` package <br>
Alternatively you can download zip package - **Code -> Download ZIP** Alternatively you can download zip package - **Code -> Download ZIP**
#### Clone the repository #### Clone the repository
You can clone repository or go to [release page](https://github.com/AdisonCavani/distro-grub-themes/releases) and download a single theme
``` ```
git clone https://github.com/AdisonCavani/distro-grub-themes.git git clone https://github.com/AdisonCavani/distro-grub-themes.git
``` ```
@ -98,6 +99,7 @@ In order to clone repository from Github you have to install `git` package <br>
Alternatively you can download zip package - **Code -> Download ZIP** Alternatively you can download zip package - **Code -> Download ZIP**
#### Clone the repository #### Clone the repository
You can clone repository or go to [release page](https://github.com/AdisonCavani/distro-grub-themes/releases) and download a single theme
``` ```
git clone https://github.com/AdisonCavani/distro-grub-themes.git git clone https://github.com/AdisonCavani/distro-grub-themes.git
``` ```
@ -113,6 +115,7 @@ cd distro-grub-themes/customize
``` ```
#### Copy theme #### Copy theme
Theme must be unpacked (in folder)
``` ```
sudo cp -r Ubuntu/ /boot/grub/themes sudo cp -r Ubuntu/ /boot/grub/themes
``` ```