From aa33e53f1394526d7158ec0c298e2d07f3fcc3cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bendik=20=CE=BB?= Date: Fri, 6 Oct 2017 20:52:46 +0200 Subject: [PATCH 1/2] Update README.rst added -f to the remove to avoid having to click y a few times to remove the write protected git files.. kkool --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6c9cdd2..5114c54 100644 --- a/README.rst +++ b/README.rst @@ -90,7 +90,7 @@ Installation .. code-block:: shell $ git clone --recursive https://github.com/copycat-killer/awesome-copycats.git - $ mv -bv awesome-copycats/* ~/.config/awesome; rm -r awesome-copycats + $ mv -bv awesome-copycats/* ~/.config/awesome; rm -rf awesome-copycats Usage ===== From 5fbe168755112eceaeb919e48a44137d3eb7ca80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bendik=20=CE=BB?= Date: Fri, 6 Oct 2017 21:01:37 +0200 Subject: [PATCH 2/2] Update README.rst changed username from copycat-killer to lcpz. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5114c54..211a1f6 100644 --- a/README.rst +++ b/README.rst @@ -89,7 +89,7 @@ Installation .. code-block:: shell - $ git clone --recursive https://github.com/copycat-killer/awesome-copycats.git + $ git clone --recursive https://github.com/lcpz/awesome-copycats.git $ mv -bv awesome-copycats/* ~/.config/awesome; rm -rf awesome-copycats Usage