From 0c87d5206b9d9e14f4809a75aaa106b091ba8715 Mon Sep 17 00:00:00 2001 From: r4wm Date: Thu, 26 Aug 2021 10:05:11 -0700 Subject: [PATCH] remove \$ from copy paste code --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index fa7d2fd..44e8e3e 100644 --- a/README.rst +++ b/README.rst @@ -96,14 +96,14 @@ 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 + 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 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 + mv -bv awesome-copycats/* ~/.config/awesome; rm -rf awesome-copycats Usage =====