From b25cf126f4802e460a3628609abfe3216d1d98f3 Mon Sep 17 00:00:00 2001 From: mcandemir Date: Sat, 25 Mar 2023 02:50:12 +0300 Subject: [PATCH] docs(cli): better command to switch themes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a5c6cb..d5e3176 100644 --- a/README.md +++ b/README.md @@ -166,12 +166,12 @@ in your preferred folder. 3. Run ```bash -cat neofetch-themes// >> ~/.config/neofetch/config.conf +cat neofetch-themes// > ~/.config/neofetch/config.conf ``` where `` is the section in this readme, while `` is the file name of the config of this theme. > For example: If you want papirus, it'd be ``` -cat neofetch-themes/normal/papirus.conf >> ~/.config/neofetch/config.conf +cat neofetch-themes/normal/papirus.conf > ~/.config/neofetch/config.conf ```