From 8ff25ed49e73fe477dbb9bf83ade66fcac38578c Mon Sep 17 00:00:00 2001 From: Miguel Gargallo <5947268+miguelgargallo@users.noreply.github.com> Date: Tue, 18 Oct 2022 13:30:24 +0200 Subject: [PATCH] Better way to copy paste, induce copy final dot of the sentence --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20e42ad..4afe150 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,11 @@ in your preferred folder. mv 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 `mv neofetch-themes/normal/papirus.conf ~/.config/neofetch/config.conf`. +> For example: If you want papirus, it'd be +``` +mv neofetch-themes/normal/papirus.conf ~/.config/neofetch/config.conf` +``` + Contribution