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 ```