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] 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 =====