Updated: Readme

This commit is contained in:
Cristian Cezar Moisés 2026-03-23 20:08:13 -03:00
commit c74c62bec2

View file

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