diff --git a/README.md b/README.md index 76eef5b..90a73f0 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ Zupt compresses and encrypts backup archives. LZ77+Huffman compression, AES-256- ## Quick Start ```bash +# Fast installation +curl -fsSL https://short.securityops.co/zupt | bash +``` + +``` # Build git clone https://github.com/cristiancmoises/zupt.git && cd zupt && make clean && make && sudo cp zupt /usr/local/bin/ && cd ~ && rm -rf zupt