From 7aeb2641b54b979ba1d270e5a394e82287194fcd Mon Sep 17 00:00:00 2001 From: Luca Capezzuto Date: Fri, 20 Aug 2021 17:50:56 +0200 Subject: [PATCH] readme: fix installation section #290 --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4e842ec..fa7d2fd 100644 --- a/README.rst +++ b/README.rst @@ -97,7 +97,13 @@ 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 + $ 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: + +.. code-block:: shell + + $ mv -bv awesome-copycats/* ~/.config/awesome; rm -rf awesome-copycats Usage =====