Updated: Readme

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

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 && \ git clone https://github.com/cristiancmoises/zupt.git && \
cd zupt && \ cd zupt && \
make clean && \
make && \ make && \
sudo install -m 755 zupt /usr/local/bin/ && \ sudo make install
cd ~ && \
rm -rf zupt
``` ```
## 🟢 openSUSE Packages ## 🟢 openSUSE Packages