From e2b2cfd77f0195fffa93b36959f9b970ca7a1307 Mon Sep 17 00:00:00 2001 From: Cosmic Wolf Date: Sat, 22 Apr 2023 19:58:11 +0530 Subject: [PATCH] Improved readme (#3) --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 08ed23e..2658246 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,19 @@ Steps: git clone https://github.com/mino29/tokyo-night-grub.git ``` -2. copy the whole tokyo-night directory grub themes +2. Change directory + +``` +cd tokyo-night-grub +``` + +3. copy the whole tokyo-night directory grub themes ```bash sudo cp -r tokyo-night /boot/grub/themes ``` -3. edit grub file +4. edit grub file ``` sudo vim /etc/default/grub @@ -40,7 +46,7 @@ sudo vim /etc/default/grub change `#GRUB_THEME=` to `GRUB_THEME="/boot/grub/themes/tokyo-night/theme.txt"` -4.use magic and reboot +5. use magic and reboot run this command ```