From c74c62bec27a5c149c7811134a87a3a9b658a051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= Date: Mon, 23 Mar 2026 20:08:13 -0300 Subject: [PATCH] Updated: Readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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