mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
Merge pull request #254 from antzucaro/add-short-circuit
Use a logical 'and' before removal command.
This commit is contained in:
commit
2844ebe927
|
@ -97,7 +97,7 @@ Installation
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
$ git clone --recursive https://github.com/lcpz/awesome-copycats.git
|
$ git clone --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 a new issue