Readme: Make Clean.
This commit is contained in:
parent
83c801d7b6
commit
aa48ad2887
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ Zupt compresses and encrypts backup archives. LZ77+Huffman compression, AES-256-
|
|||
## Quick Start
|
||||
|
||||
```bash
|
||||
# Build
|
||||
git clone https://github.com/cristiancmoises/zupt.git && cd zupt && make
|
||||
# Build
|
||||
git clone https://github.com/cristiancmoises/zupt.git && cd zupt && make clean && make
|
||||
|
||||
# Password-encrypted backup
|
||||
zupt compress -p backup.zupt ~/Documents/
|
||||
|
|
|
|||
Loading…
Reference in a new issue