Update README.rst
No need to clone whole repository since we are removing it anyway. With this change users will not need to download whole git history of this repo.
This commit is contained in:
parent
1c77b1f210
commit
c717e71953
|
@ -96,7 +96,7 @@ Installation
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
$ git clone --recursive https://github.com/lcpz/awesome-copycats.git
|
$ git clone --depth 1 --recursive 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
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
|
|
Loading…
Reference in New Issue