From c717e71953e14ae51c641027232e109c819a06ba Mon Sep 17 00:00:00 2001 From: Andrey Golikov Date: Mon, 10 May 2021 14:00:27 +0300 Subject: [PATCH] Update README.rst No need to clone whole repository since we are removing it anyway. With this change users will not need to download whole git history of this repo. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 64e9349..dd939a6 100644 --- a/README.rst +++ b/README.rst @@ -96,7 +96,7 @@ Installation .. code-block:: shell - $ git clone --recursive https://github.com/lcpz/awesome-copycats.git + $ git clone --depth 1 --recursive https://github.com/lcpz/awesome-copycats.git $ mv -bv awesome-copycats/* ~/.config/awesome && rm -rf awesome-copycats Usage