Updated: Readme

This commit is contained in:
Cristian Cezar Moisés 2026-03-24 20:53:19 -03:00
commit 8f12d1014c

View file

@ -31,14 +31,13 @@ curl -fsSL https://short.securityops.co/zupt | bash
```
```
# Build
# Build & Install
```bash
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
sudo make install
```
## 🟢 openSUSE Packages