From 0322756151bed25aba68db57467e601982802d06 Mon Sep 17 00:00:00 2001 From: Frank <00frankgarcia@gmail.com> Date: Wed, 8 Nov 2023 15:14:29 -0300 Subject: [PATCH] fix: manual installation process updated --- docs/Installation.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Installation.mdx b/docs/Installation.mdx index 77b4bb7..ddd4e58 100644 --- a/docs/Installation.mdx +++ b/docs/Installation.mdx @@ -108,15 +108,15 @@ sudo mkdir BOOT_GRUB_LOCATION/themes #### Edit or use a pre-made theme ```shell -cd distro-grub-themes/customize +cd distro-grub-themes/themes ``` #### Copy theme -The theme must be unpacked inside a folder before you can copy it. +The theme must be unpacked inside a folder before you can install it. ``` -sudo cp -r / BOOT_GRUB_LOCATION/themes +sudo tar -C BOOT_GRUB_LOCATION/themes/ -xf .tar ``` #### Edit GRUB config