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
|
||||
|
||||
$ 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
|
||||
=====
|
||||
|
|
Loading…
Reference in New Issue