From f131fcbc4a20480df8387201ba3cf5c5c6935e06 Mon Sep 17 00:00:00 2001 From: r4wm Date: Sat, 12 Oct 2024 07:02:00 -0400 Subject: [PATCH] Improve README installation directions (#312) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a658b1d..7fa6263 100644 --- a/README.rst +++ b/README.rst @@ -97,7 +97,7 @@ Installation .. code-block:: shell git clone --recurse-submodules --remote-submodules --depth 1 -j 2 https://github.com/lcpz/awesome-copycats.git - mv -bv awesome-copycats/{*,.[^.]*} ~/.config/awesome; rm -rf awesome-copycats + mkdir -p ~/.config/awesome && mv -bv awesome-copycats/{*,.[^.]*} ~/.config/awesome && rm -rf awesome-copycats In case you do not want the Git files, use the following as the second command: