readme: fix installation section #290
This commit is contained in:
parent
5b5ae17393
commit
7aeb2641b5
|
@ -97,7 +97,13 @@ 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
|
||||
$ 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
|
||||
=====
|
||||
|
|
Loading…
Reference in New Issue