Updated: Readme - Build

This commit is contained in:
Cristian Cezar Moisés 2026-03-24 19:13:23 -03:00
commit 6adf3ceb95

View file

@ -30,9 +30,14 @@ 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
# Build
git clone https://github.com/cristiancmoises/zupt.git && \
cd zupt && \
make clean && \
make && \
sudo install -m 755 zupt /usr/local/bin/ && \
cd ~ && \
rm -rf zupt
```
```# Password-encrypted backup