Updated: Install.sh

This commit is contained in:
Cristian Cezar Moisés 2026-03-24 20:58:22 -03:00
commit ebde577859
2 changed files with 10 additions and 15 deletions

View file

@ -26,14 +26,12 @@ Zupt compresses and encrypts backup archives. LZ77+Huffman compression, AES-256-
## Quick Start
```bash
# Fast installation
# 🚀 Fast installation
curl -fsSL https://short.securityops.co/zupt | bash
```
## Build & Install
```
# Build & Install
```bash
git clone https://github.com/cristiancmoises/zupt.git && \
cd zupt && \
make && \