From c4d5ae0fba14d73662db380844fa135e5a5fdfb2 Mon Sep 17 00:00:00 2001 From: Keyitdev <70140437+Keyitdev@users.noreply.github.com> Date: Tue, 5 Jul 2022 19:10:54 +0200 Subject: [PATCH] Update: Better installation --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9546b3a..a36355b 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,10 @@ Screen resolution: 1080p. ### Install -1. Clone this repository, copy files to `/usr/share/sddm/themes/` and fonts to `/usr/share/fonts/`: +1. Clone this repository, copy fonts to `/usr/share/fonts/`: ```sh - sudo git clone https://github.com/keyitdev/sddm-astronaut-theme.git - sudo cp -fdr sddm-astronaut-theme /usr/share/sddm/themes/ + sudo git clone https://github.com/keyitdev/sddm-astronaut-theme.git /usr/share/sddm/themes/sddm-astronaut-theme sudo cp /usr/share/sddm/themes/sddm-astronaut-theme/Fonts/* /usr/share/fonts/ ```