1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +00:00

readme: fix installation section #290

This commit is contained in:
Luca Capezzuto 2021-08-20 17:50:56 +02:00
parent 5b5ae17393
commit 7aeb2641b5

View file

@ -97,7 +97,13 @@ Installation
.. code-block:: shell .. code-block:: shell
$ git clone --recurse-submodules --remote-submodules --depth 1 -j 2 https://github.com/lcpz/awesome-copycats.git $ 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 Usage
===== =====